#C572CD

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

Shades of Orchid #C572CD

Tints of Orchid #C572CD

Color information

#C572CD (or 0xC572CD) is unknown color: approx Orchid. HEX triplet: C5, 72 and CD. RGB value is (197,114,205). Sum of RGB (Red+Green+Blue) = 197+114+205=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C572CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572CD is #3A8D32. Grayscale: #949494. Windows color (decimal): -3837235 or 13464261. OLE color: 13464261.

HSL color Cylindrical-coordinate representation of color #C572CD: hue angle of 294.73º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C572CD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197114205-
CMYK0.040.4400.20
HSL294.73º47.64%62.55%-
HSV(B)294.73º44.39%80.39%-
XYZ40.0628.3161.11-
YUV149.19159.5162.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=38.18%
G=22.09%
B=39.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971142050.040.4400.20294.7347.6462.55
HexC572CD42C014127303f
Octal3051623154540244476077
Binary11000101111001011001101100101100010100100100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C572CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C572CD; }

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

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

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

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

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

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

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

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