Shades of Medium Orchid #C32FDB
Tints of Medium Orchid #C32FDB
RGB
CMYK
RGB Variations
Color information
#C32FDB (or 0xC32FDB) is known color: Medium Orchid. HEX triplet: C3, 2F and DB. RGB value is (195,47,219). Sum of RGB (Red+Green+Blue) = 195+47+219=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FDB is #3CD024. Grayscale: #6E6E6E. Windows color (decimal): -3985445 or 14364611. OLE color: 14364611.
HSL color Cylindrical-coordinate representation of color #C32FDB: hue angle of 291.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32FDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 47 | 219 | - |
CMYK | 0.11 | 0.79 | 0 | 0.14 |
HSL | 291.63º | 0.7% | 0.52% | - |
HSV(B) | 291.63º | 0.79% | 0.86% | - |
XYZ | 36.31 | 18.75 | 68.72 | - |
YUV | 110.86 | 189.03 | 188.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 47 | 219 | 0.11 | 0.79 | 0 | 0.14 | 291.63 | 0.7 | 0.52 |
Hex | C3 | 2F | DB | B | 4F | 0 | E | 124 | 46 | 34 |
Octal | 303 | 57 | 333 | 13 | 117 | 0 | 16 | 444 | 106 | 64 |
Binary | 11000011 | 101111 | 11011011 | 1011 | 1001111 | 0 | 1110 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C32FDB
Complementary color
Monochromatic Colors of #C32FDB
Black with #C32FDB
Text Example
Text Example
White with #C32FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FDB; }
p { color: rgb(195,47,219); }
H1.HeaderClassName
{
color: #C32FDB;
}
.AnyTagClassName
{
color: #C32FDB;
}
</style>
background-color css
<style>
a { background-color: #C32FDB; }
a { background-color: rgb(195,47,219); }
div.DivClassName
{
background-color: #C32FDB;
}
.BgClassName
{
background-color: #C32FDB;
}
</style>
border-color css
<style>
span { border-color: #C32FDB; }
span { border-color: rgb(195,47,219); }
td.TdClassName
{
border-color: #C32FDB;
}
.TagClassName
{
border-color: #C32FDB;
}
</style>