Shades of Medium Orchid #CB3AFB
Tints of Medium Orchid #CB3AFB
RGB
CMYK
RGB Variations
Color information
#CB3AFB (or 0xCB3AFB) is known color: Medium Orchid. HEX triplet: CB, 3A and FB. RGB value is (203,58,251). Sum of RGB (Red+Green+Blue) = 203+58+251=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AFB is #34C504. Grayscale: #7A7A7A. Windows color (decimal): -3458309 or 16464587. OLE color: 16464587.
HSL color Cylindrical-coordinate representation of color #CB3AFB: hue angle of 285.08º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB3AFB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 58 | 251 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.02 |
| HSL | 285.08º | 0.96% | 0.61% | - |
| HSV(B) | 285.08º | 0.77% | 0.98% | - |
| XYZ | 43.55 | 22.69 | 93.35 | - |
| YUV | 123.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 251 | 0.19 | 0.77 | 0 | 0.02 | 285.08 | 0.96 | 0.61 |
| Hex | CB | 3A | FB | 13 | 4D | 0 | 2 | 11D | 60 | 3D |
| Octal | 313 | 72 | 373 | 23 | 115 | 0 | 2 | 435 | 140 | 75 |
| Binary | 11001011 | 111010 | 11111011 | 10011 | 1001101 | 0 | 10 | 100011101 | 1100000 | 111101 |
Color Harmonies of #CB3AFB
Complementary color
Monochromatic Colors of #CB3AFB
Black with #CB3AFB
Text Example
Text Example
White with #CB3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AFB; }
p { color: rgb(203,58,251); }
H1.HeaderClassName
{
color: #CB3AFB;
}
.AnyTagClassName
{
color: #CB3AFB;
}
</style>
background-color css
<style>
a { background-color: #CB3AFB; }
a { background-color: rgb(203,58,251); }
div.DivClassName
{
background-color: #CB3AFB;
}
.BgClassName
{
background-color: #CB3AFB;
}
</style>
border-color css
<style>
span { border-color: #CB3AFB; }
span { border-color: rgb(203,58,251); }
td.TdClassName
{
border-color: #CB3AFB;
}
.TagClassName
{
border-color: #CB3AFB;
}
</style>