#CE7DCE

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

Shades of Orchid #CE7DCE

Tints of Orchid #CE7DCE

Color information

#CE7DCE (or 0xCE7DCE) is unknown color: approx Orchid. HEX triplet: CE, 7D and CE. RGB value is (206,125,206). Sum of RGB (Red+Green+Blue) = 206+125+206=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCE is #318231. Grayscale: #9E9E9E. Windows color (decimal): -3244594 or 13532622. OLE color: 13532622.

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

Color convert

RGB206125206-
CMYK00.3900.19
HSL300º45.25%64.9%-
HSV(B)300º39.32%80.78%-
XYZ43.9332.2562.3-
YUV158.45154.84161.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=38.36%
G=23.28%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612520600.3900.1930045.2564.9
HexCE7DCE02701312c2d41
Octal31617531604702345455101
Binary1100111011111011100111001001110100111001011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DCE; }

 p { color: rgb(206,125,206); }

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

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

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

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

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

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

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