#C553F5

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

Shades of Medium Orchid #C553F5

Tints of Medium Orchid #C553F5

Color information

#C553F5 (or 0xC553F5) is unknown color: approx Medium Orchid. HEX triplet: C5, 53 and F5. RGB value is (197,83,245). Sum of RGB (Red+Green+Blue) = 197+83+245=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #C553F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C553F5 is #3AAC0A. Grayscale: #878787. Windows color (decimal): -3845131 or 16077765. OLE color: 16077765.

HSL color Cylindrical-coordinate representation of color #C553F5: hue angle of 282.22º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C553F5 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19783245-
CMYK0.200.6600.04
HSL282.22º89.01%64.31%-
HSV(B)282.22º66.12%96.08%-
XYZ42.624.6588.9-
YUV135.55189.77171.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=37.52%
G=15.81%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197832450.200.6600.04282.2289.0164.31
HexC553F514420411a5940
Octal3051233652410204432131100
Binary11000101101001111110101101001000010010010001101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553F5; }

 p { color: rgb(197,83,245); }

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

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

 a { background-color: rgb(197,83,245); }

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

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

 span { border-color: rgb(197,83,245); }

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