#CD80C3

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

Shades of Orchid #CD80C3

Tints of Orchid #CD80C3

Color information

#CD80C3 (or 0xCD80C3) is unknown color: approx Orchid. HEX triplet: CD, 80 and C3. RGB value is (205,128,195). Sum of RGB (Red+Green+Blue) = 205+128+195=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C3 is #327F3C. Grayscale: #9E9E9E. Windows color (decimal): -3309373 or 12812493. OLE color: 12812493.

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

Color convert

RGB205128195-
CMYK00.380.050.20
HSL307.79º43.5%65.29%-
HSV(B)307.79º37.56%80.39%-
XYZ42.7532.3655.62-
YUV158.66148.51161.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=38.83%
G=24.24%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512819500.380.050.20307.7943.565.29
HexCD80C30265141342c41
Octal31520030304652446454101
Binary1100110110000000110000110100110101101001001101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80C3; }

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

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

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

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

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

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

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

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