#CD80CC

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

Shades of Orchid #CD80CC

Tints of Orchid #CD80CC

Color information

#CD80CC (or 0xCD80CC) is unknown color: approx Orchid. HEX triplet: CD, 80 and CC. RGB value is (205,128,204). Sum of RGB (Red+Green+Blue) = 205+128+204=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80CC is #327F33. Grayscale: #9F9F9F. Windows color (decimal): -3309364 or 13402317. OLE color: 13402317.

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

Color convert

RGB205128204-
CMYK00.380.000.20
HSL300.78º43.5%65.29%-
HSV(B)300.78º37.56%80.39%-
XYZ43.832.7861.15-
YUV159.69153.01160.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=38.18%
G=23.84%
B=37.99%

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
Decimal20512820400.380.000.20300.7843.565.29
HexCD80CC02601412d2c41
Octal31520031404602445554101
Binary11001101100000001100110001001100101001001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80CC; }

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

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

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

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

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

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

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

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