#CE7DCD

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

Shades of Orchid #CE7DCD

Tints of Orchid #CE7DCD

Color information

#CE7DCD (or 0xCE7DCD) is unknown color: approx Orchid. HEX triplet: CE, 7D and CD. RGB value is (206,125,205). Sum of RGB (Red+Green+Blue) = 206+125+205=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCD is #318232. Grayscale: #9E9E9E. Windows color (decimal): -3244595 or 13467086. OLE color: 13467086.

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

Color convert

RGB206125205-
CMYK00.390.000.19
HSL300.74º45.25%64.9%-
HSV(B)300.74º39.32%80.78%-
XYZ43.8132.261.66-
YUV158.34154.34162-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=38.43%
G=23.32%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612520500.390.000.19300.7445.2564.9
HexCE7DCD02701312d2d41
Octal31617531504702345555101
Binary1100111011111011100110101001110100111001011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DCD; }

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

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

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

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

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

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

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

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