Shades of Medium Orchid #CB38FB
Tints of Medium Orchid #CB38FB
RGB
CMYK
RGB Variations
Color information
#CB38FB (or 0xCB38FB) is known color: Medium Orchid. HEX triplet: CB, 38 and FB. RGB value is (203,56,251). Sum of RGB (Red+Green+Blue) = 203+56+251=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB38FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38FB is #34C704. Grayscale: #797979. Windows color (decimal): -3458821 or 16464075. OLE color: 16464075.
HSL color Cylindrical-coordinate representation of color #CB38FB: hue angle of 285.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB38FB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 56 | 251 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.02 |
| HSL | 285.23º | 0.96% | 0.6% | - |
| HSV(B) | 285.23º | 0.78% | 0.98% | - |
| XYZ | 43.46 | 22.49 | 93.32 | - |
| YUV | 122.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 251 | 0.19 | 0.78 | 0 | 0.02 | 285.23 | 0.96 | 0.6 |
| Hex | CB | 38 | FB | 13 | 4E | 0 | 2 | 11D | 60 | 3C |
| Octal | 313 | 70 | 373 | 23 | 116 | 0 | 2 | 435 | 140 | 74 |
| Binary | 11001011 | 111000 | 11111011 | 10011 | 1001110 | 0 | 10 | 100011101 | 1100000 | 111100 |
Color Harmonies of #CB38FB
Complementary color
Monochromatic Colors of #CB38FB
Black with #CB38FB
Text Example
Text Example
White with #CB38FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38FB; }
p { color: rgb(203,56,251); }
H1.HeaderClassName
{
color: #CB38FB;
}
.AnyTagClassName
{
color: #CB38FB;
}
</style>
background-color css
<style>
a { background-color: #CB38FB; }
a { background-color: rgb(203,56,251); }
div.DivClassName
{
background-color: #CB38FB;
}
.BgClassName
{
background-color: #CB38FB;
}
</style>
border-color css
<style>
span { border-color: #CB38FB; }
span { border-color: rgb(203,56,251); }
td.TdClassName
{
border-color: #CB38FB;
}
.TagClassName
{
border-color: #CB38FB;
}
</style>