#CD7FD9

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

Shades of Orchid #CD7FD9

Tints of Orchid #CD7FD9

Color information

#CD7FD9 (or 0xCD7FD9) is unknown color: approx Orchid. HEX triplet: CD, 7F and D9. RGB value is (205,127,217). Sum of RGB (Red+Green+Blue) = 205+127+217=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FD9 is #328026. Grayscale: #A0A0A0. Windows color (decimal): -3309607 or 14254029. OLE color: 14254029.

HSL color Cylindrical-coordinate representation of color #CD7FD9: hue angle of 292º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD7FD9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205127217-
CMYK0.060.4100.15
HSL292º54.22%67.45%-
HSV(B)292º41.47%85.1%-
XYZ45.2933.1769.66-
YUV160.58159.84159.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=37.34%
G=23.13%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051272170.060.4100.1529254.2267.45
HexCD7FD96290F1243643
Octal31517733165101744466103
Binary11001101111111111011001110101001011111001001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FD9; }

 p { color: rgb(205,127,217); }

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

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

 a { background-color: rgb(205,127,217); }

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

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

 span { border-color: rgb(205,127,217); }

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