#C574DE

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

Shades of Orchid #C574DE

Tints of Orchid #C574DE

Color information

#C574DE (or 0xC574DE) is unknown color: approx Orchid. HEX triplet: C5, 74 and DE. RGB value is (197,116,222). Sum of RGB (Red+Green+Blue) = 197+116+222=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C574DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574DE is #3A8B21. Grayscale: #979797. Windows color (decimal): -3836706 or 14578885. OLE color: 14578885.

HSL color Cylindrical-coordinate representation of color #C574DE: hue angle of 285.85º degrees, saturation: 0.62, 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 #C574DE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197116222-
CMYK0.110.4800.13
HSL285.85º61.63%66.27%-
HSV(B)285.85º47.75%87.06%-
XYZ42.4629.6472.59-
YUV152.3167.34159.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=36.82%
G=21.68%
B=41.50%

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
Decimal1971162220.110.4800.13285.8561.6366.27
HexC574DEB300D11e3e42
Octal305164336136001543676102
Binary110001011110100110111101011110000011011000111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574DE; }

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

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

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

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

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

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

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

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