#C536D2

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

Shades of Medium Orchid #C536D2

Tints of Medium Orchid #C536D2

Color information

#C536D2 (or 0xC536D2) is unknown color: approx Medium Orchid. HEX triplet: C5, 36 and D2. RGB value is (197,54,210). Sum of RGB (Red+Green+Blue) = 197+54+210=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #C536D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536D2 is #3AC92D. Grayscale: #727272. Windows color (decimal): -3852590 or 13776581. OLE color: 13776581.

HSL color Cylindrical-coordinate representation of color #C536D2: hue angle of 295º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C536D2 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19754210-
CMYK0.060.7400.18
HSL295º63.41%51.76%-
HSV(B)295º74.29%82.35%-
XYZ35.9819.1662.78-
YUV114.54181.88186.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 54 (21.48% from 255) = 11.71%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=42.73%
G=11.71%
B=45.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197542100.060.7400.1829563.4151.76
HexC536D264A0121273f34
Octal3056632261120224477764
Binary11000101110110110100101101001010010010100100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C536D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C536D2; }

 p { color: rgb(197,54,210); }

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

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

 a { background-color: rgb(197,54,210); }

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

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

 span { border-color: rgb(197,54,210); }

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