#C572DD

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

Shades of Orchid #C572DD

Tints of Orchid #C572DD

Color information

#C572DD (or 0xC572DD) is unknown color: approx Orchid. HEX triplet: C5, 72 and DD. RGB value is (197,114,221). Sum of RGB (Red+Green+Blue) = 197+114+221=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C572DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572DD is #3A8D22. Grayscale: #969696. Windows color (decimal): -3837219 or 14512837. OLE color: 14512837.

HSL color Cylindrical-coordinate representation of color #C572DD: hue angle of 286.54º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C572DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197114221-
CMYK0.110.4800.13
HSL286.54º61.14%65.69%-
HSV(B)286.54º48.42%86.67%-
XYZ42.0929.1371.81-
YUV151.01167.5160.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=37.03%
G=21.43%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971142210.110.4800.13286.5461.1465.69
HexC572DDB300D11f3d42
Octal305162335136001543775102
Binary110001011110010110111011011110000011011000111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C572DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C572DD; }

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

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

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

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

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

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

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

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