#C580CD

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

Shades of Orchid #C580CD

Tints of Orchid #C580CD

Color information

#C580CD (or 0xC580CD) is unknown color: approx Orchid. HEX triplet: C5, 80 and CD. RGB value is (197,128,205). Sum of RGB (Red+Green+Blue) = 197+128+205=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C580CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580CD is #3A7F32. Grayscale: #9D9D9D. Windows color (decimal): -3833651 or 13467845. OLE color: 13467845.

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

Color convert

RGB197128205-
CMYK0.040.3800.20
HSL293.77º43.5%65.29%-
HSV(B)293.77º37.56%80.39%-
XYZ41.7631.7261.68-
YUV157.41154.86156.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=37.17%
G=24.15%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971282050.040.3800.20293.7743.565.29
HexC580CD4260141262c41
Octal30520031544602444654101
Binary1100010110000000110011011001001100101001001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580CD; }

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

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

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

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

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

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

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

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