#C580D5

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

Shades of Orchid #C580D5

Tints of Orchid #C580D5

Color information

#C580D5 (or 0xC580D5) is unknown color: approx Orchid. HEX triplet: C5, 80 and D5. RGB value is (197,128,213). Sum of RGB (Red+Green+Blue) = 197+128+213=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #C580D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580D5 is #3A7F2A. Grayscale: #9E9E9E. Windows color (decimal): -3833643 or 13992133. OLE color: 13992133.

HSL color Cylindrical-coordinate representation of color #C580D5: hue angle of 288.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C580D5 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197128213-
CMYK0.080.4000.16
HSL288.71º50.3%66.86%-
HSV(B)288.71º39.91%83.53%-
XYZ42.7632.1166.9-
YUV158.32158.86155.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=36.62%
G=23.79%
B=39.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971282130.080.4000.16288.7150.366.86
HexC580D58280101213243
Octal305200325105002044162103
Binary11000101100000001101010110001010000100001001000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580D5; }

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

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

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

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

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

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

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

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