#CD7CDD

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

Shades of Orchid #CD7CDD

Tints of Orchid #CD7CDD

Color information

#CD7CDD (or 0xCD7CDD) is unknown color: approx Orchid. HEX triplet: CD, 7C and DD. RGB value is (205,124,221). Sum of RGB (Red+Green+Blue) = 205+124+221=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDD is #328322. Grayscale: #9E9E9E. Windows color (decimal): -3310371 or 14515405. OLE color: 14515405.

HSL color Cylindrical-coordinate representation of color #CD7CDD: hue angle of 290.1º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7CDD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205124221-
CMYK0.070.4400.13
HSL290.1º58.79%67.65%-
HSV(B)290.1º43.89%86.67%-
XYZ45.4432.6172.31-
YUV159.28162.84160.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=37.27%
G=22.55%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051242210.070.4400.13290.158.7967.65
HexCD7CDD72C0D1223b44
Octal31517433575401544273104
Binary11001101111110011011101111101100011011001000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CDD; }

 p { color: rgb(205,124,221); }

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

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

 a { background-color: rgb(205,124,221); }

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

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

 span { border-color: rgb(205,124,221); }

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