#CD7CCC

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

Shades of Orchid #CD7CCC

Tints of Orchid #CD7CCC

Color information

#CD7CCC (or 0xCD7CCC) is unknown color: approx Orchid. HEX triplet: CD, 7C and CC. RGB value is (205,124,204). Sum of RGB (Red+Green+Blue) = 205+124+204=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CCC is #328333. Grayscale: #9D9D9D. Windows color (decimal): -3310388 or 13401293. OLE color: 13401293.

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

Color convert

RGB205124204-
CMYK00.400.000.20
HSL300.74º44.75%64.51%-
HSV(B)300.74º39.51%80.39%-
XYZ43.2831.7560.97-
YUV157.34154.34162-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=38.46%
G=23.26%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512420400.400.000.20300.7444.7564.51
HexCD7CCC02801412d2d41
Octal31517431405002445555101
Binary1100110111111001100110001010000101001001011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CCC; }

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

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

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

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

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

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

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

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