#CE87CC

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

Shades of Orchid #CE87CC

Tints of Orchid #CE87CC

Color information

#CE87CC (or 0xCE87CC) is unknown color: approx Orchid. HEX triplet: CE, 87 and CC. RGB value is (206,135,204). Sum of RGB (Red+Green+Blue) = 206+135+204=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87CC is #317833. Grayscale: #A3A3A3. Windows color (decimal): -3242036 or 13404110. OLE color: 13404110.

HSL color Cylindrical-coordinate representation of color #CE87CC: hue angle of 301.69º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87CC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206135204-
CMYK00.340.010.19
HSL301.69º42.01%66.86%-
HSV(B)301.69º34.47%80.78%-
XYZ45.0234.8161.47-
YUV164.1150.52157.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=37.80%
G=24.77%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613520400.340.010.19301.6942.0166.86
HexCE87CC02211312e2a43
Octal31620731404212345652103
Binary11001110100001111100110001000101100111001011101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE87CC; }

 p { color: rgb(206,135,204); }

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

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

 a { background-color: rgb(206,135,204); }

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

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

 span { border-color: rgb(206,135,204); }

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