#CD7CC6

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

Shades of Orchid #CD7CC6

Tints of Orchid #CD7CC6

Color information

#CD7CC6 (or 0xCD7CC6) is unknown color: approx Orchid. HEX triplet: CD, 7C and C6. RGB value is (205,124,198). Sum of RGB (Red+Green+Blue) = 205+124+198=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC6 is #328339. Grayscale: #9C9C9C. Windows color (decimal): -3310394 or 13008077. OLE color: 13008077.

HSL color Cylindrical-coordinate representation of color #CD7CC6: hue angle of 305.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7CC6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205124198-
CMYK00.400.030.20
HSL305.19º44.75%64.51%-
HSV(B)305.19º39.51%80.39%-
XYZ42.5831.4757.26-
YUV156.66151.34162.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=38.90%
G=23.53%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512419800.400.030.20305.1944.7564.51
HexCD7CC60283141312d41
Octal31517430605032446155101
Binary11001101111110011000110010100011101001001100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CC6; }

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

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

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

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

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

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

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

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