#CE76C9

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

Shades of Orchid #CE76C9

Tints of Orchid #CE76C9

Color information

#CE76C9 (or 0xCE76C9) is unknown color: approx Orchid. HEX triplet: CE, 76 and C9. RGB value is (206,118,201). Sum of RGB (Red+Green+Blue) = 206+118+201=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76C9 is #318936. Grayscale: #999999. Windows color (decimal): -3246391 or 13203150. OLE color: 13203150.

HSL color Cylindrical-coordinate representation of color #CE76C9: hue angle of 303.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76C9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206118201-
CMYK00.430.020.19
HSL303.41º47.31%63.53%-
HSV(B)303.41º42.72%80.78%-
XYZ42.4730.358.87-
YUV153.77154.65165.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=39.24%
G=22.48%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611820100.430.020.19303.4147.3163.53
HexCE76C902B21312f2f40
Octal31616631105322345757100
Binary11001110111011011001001010101110100111001011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76C9; }

 p { color: rgb(206,118,201); }

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

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

 a { background-color: rgb(206,118,201); }

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

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

 span { border-color: rgb(206,118,201); }

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