#C571CF

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

Shades of Orchid #C571CF

Tints of Orchid #C571CF

Color information

#C571CF (or 0xC571CF) is unknown color: approx Orchid. HEX triplet: C5, 71 and CF. RGB value is (197,113,207). Sum of RGB (Red+Green+Blue) = 197+113+207=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C571CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CF is #3A8E30. Grayscale: #949494. Windows color (decimal): -3837489 or 13595077. OLE color: 13595077.

HSL color Cylindrical-coordinate representation of color #C571CF: hue angle of 293.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C571CF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197113207-
CMYK0.050.4500.19
HSL293.62º49.47%62.75%-
HSV(B)293.62º45.41%81.18%-
XYZ40.1928.1962.35-
YUV148.83160.83162.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=38.10%
G=21.86%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971132070.050.4500.19293.6249.4762.75
HexC571CF52D013126313f
Octal3051613175550234466177
Binary11000101111000111001111101101101010011100100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571CF; }

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

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

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

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

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

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

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

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