#CD7CC8

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

Shades of Orchid #CD7CC8

Tints of Orchid #CD7CC8

Color information

#CD7CC8 (or 0xCD7CC8) is unknown color: approx Orchid. HEX triplet: CD, 7C and C8. RGB value is (205,124,200). Sum of RGB (Red+Green+Blue) = 205+124+200=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC8 is #328337. Grayscale: #9C9C9C. Windows color (decimal): -3310392 or 13139149. OLE color: 13139149.

HSL color Cylindrical-coordinate representation of color #CD7CC8: hue angle of 303.7º 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 #CD7CC8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205124200-
CMYK00.400.020.20
HSL303.7º44.75%64.51%-
HSV(B)303.7º39.51%80.39%-
XYZ42.8131.5658.48-
YUV156.88152.34162.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=38.75%
G=23.44%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512420000.400.020.20303.744.7564.51
HexCD7CC80282141302d41
Octal31517431005022446055101
Binary11001101111110011001000010100010101001001100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CC8; }

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

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

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

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

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

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

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

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