Shades of Medium Orchid #CB4BFA
Tints of Medium Orchid #CB4BFA
RGB
CMYK
RGB Variations
Color information
#CB4BFA (or 0xCB4BFA) is known color: Medium Orchid. HEX triplet: CB, 4B and FA. RGB value is (203,75,250). Sum of RGB (Red+Green+Blue) = 203+75+250=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BFA is #34B405. Grayscale: #848484. Windows color (decimal): -3453958 or 16403403. OLE color: 16403403.
HSL color Cylindrical-coordinate representation of color #CB4BFA: hue angle of 283.89º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4BFA is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 75 | 250 | - |
| CMYK | 0.19 | 0.7 | 0 | 0.02 |
| HSL | 283.89º | 0.95% | 0.64% | - |
| HSV(B) | 283.89º | 0.7% | 0.98% | - |
| XYZ | 44.4 | 24.63 | 92.86 | - |
| YUV | 133.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 250 | 0.19 | 0.7 | 0 | 0.02 | 283.89 | 0.95 | 0.64 |
| Hex | CB | 4B | FA | 13 | 46 | 0 | 2 | 11C | 5F | 40 |
| Octal | 313 | 113 | 372 | 23 | 106 | 0 | 2 | 434 | 137 | 100 |
| Binary | 11001011 | 1001011 | 11111010 | 10011 | 1000110 | 0 | 10 | 100011100 | 1011111 | 1000000 |
Color Harmonies of #CB4BFA
Complementary color
Monochromatic Colors of #CB4BFA
Black with #CB4BFA
Text Example
Text Example
White with #CB4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BFA; }
p { color: rgb(203,75,250); }
H1.HeaderClassName
{
color: #CB4BFA;
}
.AnyTagClassName
{
color: #CB4BFA;
}
</style>
background-color css
<style>
a { background-color: #CB4BFA; }
a { background-color: rgb(203,75,250); }
div.DivClassName
{
background-color: #CB4BFA;
}
.BgClassName
{
background-color: #CB4BFA;
}
</style>
border-color css
<style>
span { border-color: #CB4BFA; }
span { border-color: rgb(203,75,250); }
td.TdClassName
{
border-color: #CB4BFA;
}
.TagClassName
{
border-color: #CB4BFA;
}
</style>