#C532D4

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

Shades of Medium Orchid #C532D4

Tints of Medium Orchid #C532D4

Color information

#C532D4 (or 0xC532D4) is unknown color: approx Medium Orchid. HEX triplet: C5, 32 and D4. RGB value is (197,50,212). Sum of RGB (Red+Green+Blue) = 197+50+212=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #C532D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532D4 is #3ACD2B. Grayscale: #6F6F6F. Windows color (decimal): -3853612 or 13906629. OLE color: 13906629.

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

Color convert

RGB19750212-
CMYK0.070.7600.17
HSL294.44º65.32%51.37%-
HSV(B)294.44º76.42%83.14%-
XYZ36.0518.964.04-
YUV112.42184.2188.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 50 (19.92% from 255) = 10.89%
BLUE value IS 212 (83.20% from 255) = 46.19%
R=42.92%
G=10.89%
B=46.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197502120.070.7600.17294.4465.3251.37
HexC532D474C0111264133
Octal30562324711402144610163
Binary110001011100101101010011110011000100011001001101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C532D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C532D4; }

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

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

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

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

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

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

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

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