#CD80C7

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

Shades of Orchid #CD80C7

Tints of Orchid #CD80C7

Color information

#CD80C7 (or 0xCD80C7) is unknown color: approx Orchid. HEX triplet: CD, 80 and C7. RGB value is (205,128,199). Sum of RGB (Red+Green+Blue) = 205+128+199=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C7 is #327F38. Grayscale: #9E9E9E. Windows color (decimal): -3309369 or 13074637. OLE color: 13074637.

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

Color convert

RGB205128199-
CMYK00.380.030.20
HSL304.68º43.5%65.29%-
HSV(B)304.68º37.56%80.39%-
XYZ43.232.5458.04-
YUV159.12150.51160.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 199 (78.12% from 255) = 37.41%
R=38.53%
G=24.06%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512819900.380.030.20304.6843.565.29
HexCD80C70263141312c41
Octal31520030704632446154101
Binary110011011000000011000111010011011101001001100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80C7; }

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

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

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

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

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

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

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

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