Shades of Medium Orchid #CB44FA
Tints of Medium Orchid #CB44FA
RGB
CMYK
RGB Variations
Color information
#CB44FA (or 0xCB44FA) is known color: Medium Orchid. HEX triplet: CB, 44 and FA. RGB value is (203,68,250). Sum of RGB (Red+Green+Blue) = 203+68+250=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44FA is #34BB05. Grayscale: #808080. Windows color (decimal): -3455750 or 16401611. OLE color: 16401611.
HSL color Cylindrical-coordinate representation of color #CB44FA: hue angle of 284.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB44FA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 68 | 250 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.02 |
| HSL | 284.51º | 0.95% | 0.62% | - |
| HSV(B) | 284.51º | 0.73% | 0.98% | - |
| XYZ | 43.95 | 23.73 | 92.71 | - |
| YUV | 129.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 250 | 0.19 | 0.73 | 0 | 0.02 | 284.51 | 0.95 | 0.62 |
| Hex | CB | 44 | FA | 13 | 49 | 0 | 2 | 11D | 5F | 3E |
| Octal | 313 | 104 | 372 | 23 | 111 | 0 | 2 | 435 | 137 | 76 |
| Binary | 11001011 | 1000100 | 11111010 | 10011 | 1001001 | 0 | 10 | 100011101 | 1011111 | 111110 |
Color Harmonies of #CB44FA
Complementary color
Monochromatic Colors of #CB44FA
Black with #CB44FA
Text Example
Text Example
White with #CB44FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44FA; }
p { color: rgb(203,68,250); }
H1.HeaderClassName
{
color: #CB44FA;
}
.AnyTagClassName
{
color: #CB44FA;
}
</style>
background-color css
<style>
a { background-color: #CB44FA; }
a { background-color: rgb(203,68,250); }
div.DivClassName
{
background-color: #CB44FA;
}
.BgClassName
{
background-color: #CB44FA;
}
</style>
border-color css
<style>
span { border-color: #CB44FA; }
span { border-color: rgb(203,68,250); }
td.TdClassName
{
border-color: #CB44FA;
}
.TagClassName
{
border-color: #CB44FA;
}
</style>