#C76EDE

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

Shades of Orchid #C76EDE

Tints of Orchid #C76EDE

Color information

#C76EDE (or 0xC76EDE) is unknown color: approx Orchid. HEX triplet: C7, 6E and DE. RGB value is (199,110,222). Sum of RGB (Red+Green+Blue) = 199+110+222=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EDE is #389121. Grayscale: #959595. Windows color (decimal): -3707170 or 14577351. OLE color: 14577351.

HSL color Cylindrical-coordinate representation of color #C76EDE: hue angle of 287.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76EDE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199110222-
CMYK0.100.5000.13
HSL287.68º62.92%65.1%-
HSV(B)287.68º50.45%87.06%-
XYZ42.3128.5772.39-
YUV149.38168.99163.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=37.48%
G=20.72%
B=41.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991102220.100.5000.13287.6862.9265.1
HexC76EDEA320D1203f41
Octal307156336126201544077101
Binary110001111101110110111101010110010011011001000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EDE; }

 p { color: rgb(199,110,222); }

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

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

 a { background-color: rgb(199,110,222); }

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

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

 span { border-color: rgb(199,110,222); }

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