#C581D5

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

Shades of Orchid #C581D5

Tints of Orchid #C581D5

Color information

#C581D5 (or 0xC581D5) is unknown color: approx Orchid. HEX triplet: C5, 81 and D5. RGB value is (197,129,213). Sum of RGB (Red+Green+Blue) = 197+129+213=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C581D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581D5 is #3A7E2A. Grayscale: #9E9E9E. Windows color (decimal): -3833387 or 13992389. OLE color: 13992389.

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

Color convert

RGB197129213-
CMYK0.080.3900.16
HSL288.57º50%67.06%-
HSV(B)288.57º39.44%83.53%-
XYZ42.8932.3766.94-
YUV158.91158.53155.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=36.55%
G=23.93%
B=39.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971292130.080.3900.16288.575067.06
HexC581D58270101213243
Octal305201325104702044162103
Binary11000101100000011101010110001001110100001001000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581D5; }

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

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

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

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

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

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

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

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