Shades of Medium Orchid #CB44F1
Tints of Medium Orchid #CB44F1
RGB
CMYK
RGB Variations
Color information
#CB44F1 (or 0xCB44F1) is known color: Medium Orchid. HEX triplet: CB, 44 and F1. RGB value is (203,68,241). Sum of RGB (Red+Green+Blue) = 203+68+241=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB44F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44F1 is #34BB0E. Grayscale: #7F7F7F. Windows color (decimal): -3455759 or 15811787. OLE color: 15811787.
HSL color Cylindrical-coordinate representation of color #CB44F1: hue angle of 286.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB44F1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 68 | 241 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.05 |
| HSL | 286.82º | 0.86% | 0.61% | - |
| HSV(B) | 286.82º | 0.72% | 0.95% | - |
| XYZ | 42.57 | 23.18 | 85.45 | - |
| YUV | 128.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 241 | 0.16 | 0.72 | 0 | 0.05 | 286.82 | 0.86 | 0.61 |
| Hex | CB | 44 | F1 | 10 | 48 | 0 | 5 | 11F | 56 | 3D |
| Octal | 313 | 104 | 361 | 20 | 110 | 0 | 5 | 437 | 126 | 75 |
| Binary | 11001011 | 1000100 | 11110001 | 10000 | 1001000 | 0 | 101 | 100011111 | 1010110 | 111101 |
Color Harmonies of #CB44F1
Complementary color
Monochromatic Colors of #CB44F1
Black with #CB44F1
Text Example
Text Example
White with #CB44F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44F1; }
p { color: rgb(203,68,241); }
H1.HeaderClassName
{
color: #CB44F1;
}
.AnyTagClassName
{
color: #CB44F1;
}
</style>
background-color css
<style>
a { background-color: #CB44F1; }
a { background-color: rgb(203,68,241); }
div.DivClassName
{
background-color: #CB44F1;
}
.BgClassName
{
background-color: #CB44F1;
}
</style>
border-color css
<style>
span { border-color: #CB44F1; }
span { border-color: rgb(203,68,241); }
td.TdClassName
{
border-color: #CB44F1;
}
.TagClassName
{
border-color: #CB44F1;
}
</style>