#C571D9

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

Shades of Orchid #C571D9

Tints of Orchid #C571D9

Color information

#C571D9 (or 0xC571D9) is unknown color: approx Orchid. HEX triplet: C5, 71 and D9. RGB value is (197,113,217). Sum of RGB (Red+Green+Blue) = 197+113+217=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #C571D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571D9 is #3A8E26. Grayscale: #959595. Windows color (decimal): -3837479 or 14250437. OLE color: 14250437.

HSL color Cylindrical-coordinate representation of color #C571D9: hue angle of 288.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C571D9 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197113217-
CMYK0.090.4800.15
HSL288.46º57.78%64.71%-
HSV(B)288.46º47.93%85.1%-
XYZ41.4628.6969-
YUV149.97165.83161.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 217 (85.16% from 255) = 41.18%
R=37.38%
G=21.44%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971132170.090.4800.15288.4657.7864.71
HexC571D99300F1203a41
Octal305161331116001744072101
Binary110001011110001110110011001110000011111001000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571D9; }

 p { color: rgb(197,113,217); }

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

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

 a { background-color: rgb(197,113,217); }

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

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

 span { border-color: rgb(197,113,217); }

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