#C32BD2

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

Shades of Medium Orchid #C32BD2

Tints of Medium Orchid #C32BD2

Color information

#C32BD2 (or 0xC32BD2) is unknown color: approx Medium Orchid. HEX triplet: C3, 2B and D2. RGB value is (195,43,210). Sum of RGB (Red+Green+Blue) = 195+43+210=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #C32BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BD2 is #3CD42D. Grayscale: #6A6A6A. Windows color (decimal): -3986478 or 13773763. OLE color: 13773763.

HSL color Cylindrical-coordinate representation of color #C32BD2: hue angle of 294.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32BD2 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19543210-
CMYK0.070.8000.18
HSL294.61º66.01%49.61%-
HSV(B)294.61º79.52%82.35%-
XYZ3517.9862.6-
YUV107.49185.86190.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 210 (82.42% from 255) = 46.88%
R=43.53%
G=9.60%
B=46.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195432100.070.8000.18294.6166.0149.61
HexC32BD27500121274232
Octal30353322712002244710262
Binary110000111010111101001011110100000100101001001111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32BD2; }

 p { color: rgb(195,43,210); }

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

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

 a { background-color: rgb(195,43,210); }

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

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

 span { border-color: rgb(195,43,210); }

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