#CE7DCF

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

Shades of Orchid #CE7DCF

Tints of Orchid #CE7DCF

Color information

#CE7DCF (or 0xCE7DCF) is unknown color: approx Orchid. HEX triplet: CE, 7D and CF. RGB value is (206,125,207). Sum of RGB (Red+Green+Blue) = 206+125+207=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCF is #318230. Grayscale: #9E9E9E. Windows color (decimal): -3244593 or 13598158. OLE color: 13598158.

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

Color convert

RGB206125207-
CMYK0.000.4000.19
HSL299.27º46.07%65.1%-
HSV(B)299.27º39.61%81.18%-
XYZ44.0532.2962.94-
YUV158.57155.34161.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=38.29%
G=23.23%
B=38.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061252070.000.4000.19299.2746.0765.1
HexCE7DCF02801312b2e41
Octal31617531705002345356101
Binary1100111011111011100111101010000100111001010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DCF; }

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

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

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

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

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

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

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

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