#C574CE

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

Shades of Orchid #C574CE

Tints of Orchid #C574CE

Color information

#C574CE (or 0xC574CE) is unknown color: approx Orchid. HEX triplet: C5, 74 and CE. RGB value is (197,116,206). Sum of RGB (Red+Green+Blue) = 197+116+206=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C574CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CE is #3A8B31. Grayscale: #969696. Windows color (decimal): -3836722 or 13530309. OLE color: 13530309.

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

Color convert

RGB197116206-
CMYK0.040.4400.19
HSL294º47.87%63.14%-
HSV(B)294º43.69%80.78%-
XYZ40.4128.8261.82-
YUV150.48159.34161.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=37.96%
G=22.35%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971162060.040.4400.1929447.8763.14
HexC574CE42C013126303f
Octal3051643164540234466077
Binary11000101111010011001110100101100010011100100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574CE; }

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

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

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

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

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

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

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

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