#CE72E0

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

Shades of Orchid #CE72E0

Tints of Orchid #CE72E0

Color information

#CE72E0 (or 0xCE72E0) is unknown color: approx Orchid. HEX triplet: CE, 72 and E0. RGB value is (206,114,224). Sum of RGB (Red+Green+Blue) = 206+114+224=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72E0 is #318D1F. Grayscale: #999999. Windows color (decimal): -3247392 or 14709454. OLE color: 14709454.

HSL color Cylindrical-coordinate representation of color #CE72E0: hue angle of 290.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE72E0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206114224-
CMYK0.080.4900.12
HSL290.18º63.95%66.27%-
HSV(B)290.18º49.11%87.84%-
XYZ44.9330.5474.05-
YUV154.05167.48165.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=37.87%
G=20.96%
B=41.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061142240.080.4900.12290.1863.9566.27
HexCE72E08310C1224042
Octal3161623401061014442100102
Binary1100111011100101110000010001100010110010010001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72E0; }

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

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

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

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

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

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

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

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