#CE72CC

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

Shades of Orchid #CE72CC

Tints of Orchid #CE72CC

Color information

#CE72CC (or 0xCE72CC) is unknown color: approx Orchid. HEX triplet: CE, 72 and CC. RGB value is (206,114,204). Sum of RGB (Red+Green+Blue) = 206+114+204=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72CC is #318D33. Grayscale: #979797. Windows color (decimal): -3247412 or 13398734. OLE color: 13398734.

HSL color Cylindrical-coordinate representation of color #CE72CC: hue angle of 301.3º 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 #CE72CC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206114204-
CMYK00.450.010.19
HSL301.3º48.42%62.75%-
HSV(B)301.3º44.66%80.78%-
XYZ42.3729.5260.59-
YUV151.77157.48166.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=39.31%
G=21.76%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611420400.450.010.19301.348.4262.75
HexCE72CC02D11312d303f
Octal3161623140551234556077
Binary110011101110010110011000101101110011100101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72CC; }

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

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

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

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

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

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

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

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