#C574D5

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

Shades of Orchid #C574D5

Tints of Orchid #C574D5

Color information

#C574D5 (or 0xC574D5) is unknown color: approx Orchid. HEX triplet: C5, 74 and D5. RGB value is (197,116,213). Sum of RGB (Red+Green+Blue) = 197+116+213=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #C574D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574D5 is #3A8B2A. Grayscale: #969696. Windows color (decimal): -3836715 or 13989061. OLE color: 13989061.

HSL color Cylindrical-coordinate representation of color #C574D5: hue angle of 290.1º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C574D5 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197116213-
CMYK0.080.4600.16
HSL290.1º53.59%64.51%-
HSV(B)290.1º45.54%83.53%-
XYZ41.2829.1766.4-
YUV151.28162.84160.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=37.45%
G=22.05%
B=40.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971162130.080.4600.16290.153.5964.51
HexC574D582E0101223641
Octal305164325105602044266101
Binary1100010111101001101010110001011100100001001000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574D5; }

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

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

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

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

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

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

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

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