#c570ce

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

Shades of Orchid #C570CE

Tints of Orchid #C570CE

Color information

#C570CE (or 0xC570CE) is unknown color: approx Orchid. HEX triplet: C5, 70 and CE. RGB value is (197,112,206). Sum of RGB (Red+Green+Blue) = 197+112+206=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C570CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CE is #3A8F31. Grayscale: #939393. Windows color (decimal): -3837746 or 13529285. OLE color: 13529285.

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

Color convert

RGB197112206-
CMYK0.040.4600.19
HSL294.26º48.96%62.35%-
HSV(B)294.26º45.63%80.78%-
XYZ39.9627.9161.67-
YUV148.13160.66162.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 206 (80.86% from 255) = 40%
R=38.25%
G=21.75%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971122060.040.4600.19294.2648.9662.35
HexC570CE42E013126313e
Octal3051603164560234466176
Binary11000101111000011001110100101110010011100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c570ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c570ce; }

 p { color: rgb(197,112,206); }

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

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

 a { background-color: rgb(197,112,206); }

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

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

 span { border-color: rgb(197,112,206); }

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