#CE72CA

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

Shades of Orchid #CE72CA

Tints of Orchid #CE72CA

Color information

#CE72CA (or 0xCE72CA) is unknown color: approx Orchid. HEX triplet: CE, 72 and CA. RGB value is (206,114,202). Sum of RGB (Red+Green+Blue) = 206+114+202=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72CA is #318D35. Grayscale: #979797. Windows color (decimal): -3247414 or 13267662. OLE color: 13267662.

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

Color convert

RGB206114202-
CMYK00.450.020.19
HSL302.61º48.42%62.75%-
HSV(B)302.61º44.66%80.78%-
XYZ42.1329.4259.34-
YUV151.54156.48166.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=39.46%
G=21.84%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611420200.450.020.19302.6148.4262.75
HexCE72CA02D21312f303f
Octal3161623120552234576077
Binary1100111011100101100101001011011010011100101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72CA; }

 p { color: rgb(206,114,202); }

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

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

 a { background-color: rgb(206,114,202); }

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

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

 span { border-color: rgb(206,114,202); }

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