#C572D0

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

Shades of Orchid #C572D0

Tints of Orchid #C572D0

Color information

#C572D0 (or 0xC572D0) is unknown color: approx Orchid. HEX triplet: C5, 72 and D0. RGB value is (197,114,208). Sum of RGB (Red+Green+Blue) = 197+114+208=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C572D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572D0 is #3A8D2F. Grayscale: #959595. Windows color (decimal): -3837232 or 13660869. OLE color: 13660869.

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

Color convert

RGB197114208-
CMYK0.050.4500.18
HSL292.98º50%63.14%-
HSV(B)292.98º45.19%81.57%-
XYZ40.4328.4663.04-
YUV149.53161161.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=37.96%
G=21.97%
B=40.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971142080.050.4500.18292.985063.14
HexC572D052D012125323f
Octal3051623205550224456277
Binary11000101111001011010000101101101010010100100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C572D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C572D0; }

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

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

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

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

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

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

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

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