#CD7DCE

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

Shades of Orchid #CD7DCE

Tints of Orchid #CD7DCE

Color information

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

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

Color convert

RGB205125206-
CMYK0.000.3900.19
HSL299.26º45.25%64.9%-
HSV(B)299.26º39.32%80.78%-
XYZ43.6532.162.29-
YUV158.15155161.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051252060.000.3900.19299.2645.2564.9
HexCD7DCE02701312b2d41
Octal31517531604702345355101
Binary1100110111111011100111001001110100111001010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DCE; }

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

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

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

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

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

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

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

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