#C570D0

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

Shades of Orchid #C570D0

Tints of Orchid #C570D0

Color information

#C570D0 (or 0xC570D0) is unknown color: approx Orchid. HEX triplet: C5, 70 and D0. RGB value is (197,112,208). Sum of RGB (Red+Green+Blue) = 197+112+208=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #C570D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570D0 is #3A8F2F. Grayscale: #949494. Windows color (decimal): -3837744 or 13660357. OLE color: 13660357.

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

Color convert

RGB197112208-
CMYK0.050.4600.18
HSL293.12º50.53%62.75%-
HSV(B)293.12º46.15%81.57%-
XYZ40.2128.0162.96-
YUV148.36161.66162.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=38.10%
G=21.66%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971122080.050.4600.18293.1250.5362.75
HexC570D052E012125333f
Octal3051603205560224456377
Binary11000101111000011010000101101110010010100100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570D0; }

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

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

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

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

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

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

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

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