#CD80C1

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

Shades of Orchid #CD80C1

Tints of Orchid #CD80C1

Color information

#CD80C1 (or 0xCD80C1) is unknown color: approx Orchid. HEX triplet: CD, 80 and C1. RGB value is (205,128,193). Sum of RGB (Red+Green+Blue) = 205+128+193=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C1 is #327F3E. Grayscale: #9E9E9E. Windows color (decimal): -3309375 or 12681421. OLE color: 12681421.

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

Color convert

RGB205128193-
CMYK00.380.060.20
HSL309.35º43.5%65.29%-
HSV(B)309.35º37.56%80.39%-
XYZ42.5232.2754.44-
YUV158.43147.51161.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=38.97%
G=24.33%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512819300.380.060.20309.3543.565.29
HexCD80C10266141352c41
Octal31520030104662446554101
Binary1100110110000000110000010100110110101001001101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80C1; }

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

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

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

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

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

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

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

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