#CD7DDC

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

Shades of Orchid #CD7DDC

Tints of Orchid #CD7DDC

Color information

#CD7DDC (or 0xCD7DDC) is unknown color: approx Orchid. HEX triplet: CD, 7D and DC. RGB value is (205,125,220). Sum of RGB (Red+Green+Blue) = 205+125+220=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DDC is #328223. Grayscale: #9F9F9F. Windows color (decimal): -3310116 or 14450125. OLE color: 14450125.

HSL color Cylindrical-coordinate representation of color #CD7DDC: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7DDC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205125220-
CMYK0.070.4300.14
HSL290.53º57.58%67.65%-
HSV(B)290.53º43.18%86.27%-
XYZ45.4332.8171.65-
YUV159.75162160.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 220 (86.33% from 255) = 40%
R=37.27%
G=22.73%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051252200.070.4300.14290.5357.5867.65
HexCD7DDC72B0E1233a44
Octal31517533475301644372104
Binary11001101111110111011100111101011011101001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DDC; }

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

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

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

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

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

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

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

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