#C76BE1

Color #C76BE1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C76BE1

Tints of Medium Orchid #C76BE1

Color information

#C76BE1 (or 0xC76BE1) is unknown color: approx Medium Orchid. HEX triplet: C7, 6B and E1. RGB value is (199,107,225). Sum of RGB (Red+Green+Blue) = 199+107+225=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #C76BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BE1 is #38941E. Grayscale: #939393. Windows color (decimal): -3707935 or 14773191. OLE color: 14773191.

HSL color Cylindrical-coordinate representation of color #C76BE1: hue angle of 286.78º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76BE1 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199107225-
CMYK0.120.5200.12
HSL286.78º66.29%65.1%-
HSV(B)286.78º52.44%88.24%-
XYZ42.428.0974.42-
YUV147.96171.48164.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=37.48%
G=20.15%
B=42.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991072250.120.5200.12286.7866.2965.1
HexC76BE1C340C11f4241
Octal3071533411464014437102101
Binary1100011111010111110000111001101000110010001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BE1; }

 p { color: rgb(199,107,225); }

 H1.HeaderClassName
 {
   color: #C76BE1;
 }
 .AnyTagClassName
 {
   color: #C76BE1;
 }
</style>
background-color css

<style>
 a { background-color: #C76BE1; }

 a { background-color: rgb(199,107,225); }

 div.DivClassName
 {
   background-color: #C76BE1;
 }
 .BgClassName
 {
   background-color: #C76BE1;
 }
</style>
border-color css

<style>
 span { border-color: #C76BE1; }

 span { border-color: rgb(199,107,225); }

 td.TdClassName
 {
   border-color: #C76BE1;
 }
 .TagClassName
 {
   border-color: #C76BE1;
 }
</style>