Shades of Medium Orchid #CB3FFB
Tints of Medium Orchid #CB3FFB
RGB
CMYK
RGB Variations
Color information
#CB3FFB (or 0xCB3FFB) is known color: Medium Orchid. HEX triplet: CB, 3F and FB. RGB value is (203,63,251). Sum of RGB (Red+Green+Blue) = 203+63+251=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FFB is #34C004. Grayscale: #7D7D7D. Windows color (decimal): -3457029 or 16465867. OLE color: 16465867.
HSL color Cylindrical-coordinate representation of color #CB3FFB: hue angle of 284.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3FFB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 63 | 251 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.02 |
| HSL | 284.68º | 0.96% | 0.62% | - |
| HSV(B) | 284.68º | 0.75% | 0.98% | - |
| XYZ | 43.82 | 23.22 | 93.44 | - |
| YUV | 126.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 251 | 0.19 | 0.75 | 0 | 0.02 | 284.68 | 0.96 | 0.62 |
| Hex | CB | 3F | FB | 13 | 4B | 0 | 2 | 11D | 60 | 3E |
| Octal | 313 | 77 | 373 | 23 | 113 | 0 | 2 | 435 | 140 | 76 |
| Binary | 11001011 | 111111 | 11111011 | 10011 | 1001011 | 0 | 10 | 100011101 | 1100000 | 111110 |
Color Harmonies of #CB3FFB
Complementary color
Monochromatic Colors of #CB3FFB
Black with #CB3FFB
Text Example
Text Example
White with #CB3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FFB; }
p { color: rgb(203,63,251); }
H1.HeaderClassName
{
color: #CB3FFB;
}
.AnyTagClassName
{
color: #CB3FFB;
}
</style>
background-color css
<style>
a { background-color: #CB3FFB; }
a { background-color: rgb(203,63,251); }
div.DivClassName
{
background-color: #CB3FFB;
}
.BgClassName
{
background-color: #CB3FFB;
}
</style>
border-color css
<style>
span { border-color: #CB3FFB; }
span { border-color: rgb(203,63,251); }
td.TdClassName
{
border-color: #CB3FFB;
}
.TagClassName
{
border-color: #CB3FFB;
}
</style>