#C581D0

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

Shades of Orchid #C581D0

Tints of Orchid #C581D0

Color information

#C581D0 (or 0xC581D0) is unknown color: approx Orchid. HEX triplet: C5, 81 and D0. RGB value is (197,129,208). Sum of RGB (Red+Green+Blue) = 197+129+208=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C581D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581D0 is #3A7E2F. Grayscale: #9E9E9E. Windows color (decimal): -3833392 or 13664709. OLE color: 13664709.

HSL color Cylindrical-coordinate representation of color #C581D0: hue angle of 291.65º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C581D0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197129208-
CMYK0.050.3800.18
HSL291.65º45.66%66.08%-
HSV(B)291.65º37.98%81.57%-
XYZ42.2632.1263.65-
YUV158.34156.03155.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=36.89%
G=24.16%
B=38.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971292080.050.3800.18291.6545.6666.08
HexC581D05260121242e42
Octal30520132054602244456102
Binary1100010110000001110100001011001100100101001001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581D0; }

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

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

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

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

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

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

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

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