#cd7fcc

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

Shades of Orchid #CD7FCC

Tints of Orchid #CD7FCC

Color information

#CD7FCC (or 0xCD7FCC) is unknown color: approx Orchid. HEX triplet: CD, 7F and CC. RGB value is (205,127,204). Sum of RGB (Red+Green+Blue) = 205+127+204=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FCC is #328033. Grayscale: #9E9E9E. Windows color (decimal): -3309620 or 13402061. OLE color: 13402061.

HSL color Cylindrical-coordinate representation of color #CD7FCC: hue angle of 300.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7FCC is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205127204-
CMYK00.380.000.20
HSL300.77º43.82%65.1%-
HSV(B)300.77º38.05%80.39%-
XYZ43.6732.5261.1-
YUV159.1153.34160.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=38.25%
G=23.69%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512720400.380.000.20300.7743.8265.1
HexCD7FCC02601412d2c41
Octal31517731404602445554101
Binary1100110111111111100110001001100101001001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7fcc; }

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

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

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

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

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

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

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

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