#C32BDD

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

Shades of Medium Orchid #C32BDD

Tints of Medium Orchid #C32BDD

Color information

#C32BDD (or 0xC32BDD) is unknown color: approx Medium Orchid. HEX triplet: C3, 2B and DD. RGB value is (195,43,221). Sum of RGB (Red+Green+Blue) = 195+43+221=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C32BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDD is #3CD422. Grayscale: #6C6C6C. Windows color (decimal): -3986467 or 14494659. OLE color: 14494659.

HSL color Cylindrical-coordinate representation of color #C32BDD: hue angle of 291.24º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32BDD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19543221-
CMYK0.120.8100.13
HSL291.24º72.36%51.76%-
HSV(B)291.24º80.54%86.67%-
XYZ36.4218.5570.07-
YUV108.74191.36189.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 43 (17.19% from 255) = 9.37%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=42.48%
G=9.37%
B=48.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195432210.120.8100.13291.2472.3651.76
HexC32BDDC510D1234834
Octal303533351412101544311064
Binary110000111010111101110111001010001011011001000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32BDD; }

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

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

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

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

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

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

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

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