#C535D4

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

Shades of Medium Orchid #C535D4

Tints of Medium Orchid #C535D4

Color information

#C535D4 (or 0xC535D4) is unknown color: approx Medium Orchid. HEX triplet: C5, 35 and D4. RGB value is (197,53,212). Sum of RGB (Red+Green+Blue) = 197+53+212=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #C535D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D4 is #3ACA2B. Grayscale: #717171. Windows color (decimal): -3852844 or 13907397. OLE color: 13907397.

HSL color Cylindrical-coordinate representation of color #C535D4: hue angle of 294.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C535D4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19753212-
CMYK0.070.7500.17
HSL294.34º64.9%51.96%-
HSV(B)294.34º75%83.14%-
XYZ36.1819.1764.08-
YUV114.18183.21187.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 212 (83.20% from 255) = 45.89%
R=42.64%
G=11.47%
B=45.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197532120.070.7500.17294.3464.951.96
HexC535D474B0111264134
Octal30565324711302144610164
Binary110001011101011101010011110010110100011001001101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535D4; }

 p { color: rgb(197,53,212); }

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

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

 a { background-color: rgb(197,53,212); }

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

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

 span { border-color: rgb(197,53,212); }

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