#CD80CF

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

Shades of Orchid #CD80CF

Tints of Orchid #CD80CF

Color information

#CD80CF (or 0xCD80CF) is unknown color: approx Orchid. HEX triplet: CD, 80 and CF. RGB value is (205,128,207). Sum of RGB (Red+Green+Blue) = 205+128+207=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80CF is #327F30. Grayscale: #9F9F9F. Windows color (decimal): -3309361 or 13598925. OLE color: 13598925.

HSL color Cylindrical-coordinate representation of color #CD80CF: hue angle of 298.48º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80CF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205128207-
CMYK0.010.3800.19
HSL298.48º45.14%65.69%-
HSV(B)298.48º38.16%81.18%-
XYZ44.1632.9263.06-
YUV160.03154.51160.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=37.96%
G=23.70%
B=38.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051282070.010.3800.19298.4845.1465.69
HexCD80CF12601312a2d42
Octal31520031714602345255102
Binary11001101100000001100111111001100100111001010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80CF; }

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

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

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

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

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

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

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

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