#CD7DD9

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

Shades of Orchid #CD7DD9

Tints of Orchid #CD7DD9

Color information

#CD7DD9 (or 0xCD7DD9) is unknown color: approx Orchid. HEX triplet: CD, 7D and D9. RGB value is (205,125,217). Sum of RGB (Red+Green+Blue) = 205+125+217=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DD9 is #328226. Grayscale: #9F9F9F. Windows color (decimal): -3310119 or 14253517. OLE color: 14253517.

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

Color convert

RGB205125217-
CMYK0.060.4200.15
HSL292.17º54.76%67.06%-
HSV(B)292.17º42.4%85.1%-
XYZ45.0332.6669.58-
YUV159.41160.5160.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=37.48%
G=22.85%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051252170.060.4200.15292.1754.7667.06
HexCD7DD962A0F1243743
Octal31517533165201744467103
Binary11001101111110111011001110101010011111001001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DD9; }

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

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

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

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

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

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

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

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