#C571CC

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

Shades of Orchid #C571CC

Tints of Orchid #C571CC

Color information

#C571CC (or 0xC571CC) is unknown color: approx Orchid. HEX triplet: C5, 71 and CC. RGB value is (197,113,204). Sum of RGB (Red+Green+Blue) = 197+113+204=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CC is #3A8E33. Grayscale: #949494. Windows color (decimal): -3837492 or 13398469. OLE color: 13398469.

HSL color Cylindrical-coordinate representation of color #C571CC: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C571CC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197113204-
CMYK0.030.4500.2
HSL295.38º47.15%62.16%-
HSV(B)295.38º44.61%80%-
XYZ39.8328.0460.44-
YUV148.49159.33162.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=38.33%
G=21.98%
B=39.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971132040.030.4500.2295.3847.1562.16
HexC571CC32D0141272f3e
Octal3051613143550244475776
Binary1100010111100011100110011101101010100100100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571CC; }

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

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

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

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

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

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

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

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