#CE72DF

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

Shades of Orchid #CE72DF

Tints of Orchid #CE72DF

Color information

#CE72DF (or 0xCE72DF) is unknown color: approx Orchid. HEX triplet: CE, 72 and DF. RGB value is (206,114,223). Sum of RGB (Red+Green+Blue) = 206+114+223=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DF is #318D20. Grayscale: #999999. Windows color (decimal): -3247393 or 14643918. OLE color: 14643918.

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

Color convert

RGB206114223-
CMYK0.080.4900.13
HSL290.64º63.01%66.08%-
HSV(B)290.64º48.88%87.45%-
XYZ44.7930.4873.34-
YUV153.93166.98165.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=37.94%
G=20.99%
B=41.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061142230.080.4900.13290.6463.0166.08
HexCE72DF8310D1233f42
Octal316162337106101544377102
Binary110011101110010110111111000110001011011001000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72DF; }

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

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

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

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

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

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

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

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