#C574CD

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

Shades of Orchid #C574CD

Tints of Orchid #C574CD

Color information

#C574CD (or 0xC574CD) is unknown color: approx Orchid. HEX triplet: C5, 74 and CD. RGB value is (197,116,205). Sum of RGB (Red+Green+Blue) = 197+116+205=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C574CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CD is #3A8B32. Grayscale: #969696. Windows color (decimal): -3836723 or 13464773. OLE color: 13464773.

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

Color convert

RGB197116205-
CMYK0.040.4300.20
HSL294.61º47.09%62.94%-
HSV(B)294.61º43.41%80.39%-
XYZ40.2928.7761.19-
YUV150.36158.84161.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=38.03%
G=22.39%
B=39.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971162050.040.4300.20294.6147.0962.94
HexC574CD42B0141272f3f
Octal3051643154530244475777
Binary11000101111010011001101100101011010100100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574CD; }

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

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

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

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

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

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

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

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