Shades of Medium Orchid #CB38FA
Tints of Medium Orchid #CB38FA
RGB
CMYK
RGB Variations
Color information
#CB38FA (or 0xCB38FA) is known color: Medium Orchid. HEX triplet: CB, 38 and FA. RGB value is (203,56,250). Sum of RGB (Red+Green+Blue) = 203+56+250=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB38FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38FA is #34C705. Grayscale: #797979. Windows color (decimal): -3458822 or 16398539. OLE color: 16398539.
HSL color Cylindrical-coordinate representation of color #CB38FA: hue angle of 285.46º degrees, saturation: 0.95, 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 #CB38FA is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 56 | 250 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.02 |
| HSL | 285.46º | 0.95% | 0.6% | - |
| HSV(B) | 285.46º | 0.78% | 0.98% | - |
| XYZ | 43.3 | 22.43 | 92.49 | - |
| YUV | 122.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 250 | 0.19 | 0.78 | 0 | 0.02 | 285.46 | 0.95 | 0.6 |
| Hex | CB | 38 | FA | 13 | 4E | 0 | 2 | 11D | 5F | 3C |
| Octal | 313 | 70 | 372 | 23 | 116 | 0 | 2 | 435 | 137 | 74 |
| Binary | 11001011 | 111000 | 11111010 | 10011 | 1001110 | 0 | 10 | 100011101 | 1011111 | 111100 |
Color Harmonies of #CB38FA
Complementary color
Monochromatic Colors of #CB38FA
Black with #CB38FA
Text Example
Text Example
White with #CB38FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38FA; }
p { color: rgb(203,56,250); }
H1.HeaderClassName
{
color: #CB38FA;
}
.AnyTagClassName
{
color: #CB38FA;
}
</style>
background-color css
<style>
a { background-color: #CB38FA; }
a { background-color: rgb(203,56,250); }
div.DivClassName
{
background-color: #CB38FA;
}
.BgClassName
{
background-color: #CB38FA;
}
</style>
border-color css
<style>
span { border-color: #CB38FA; }
span { border-color: rgb(203,56,250); }
td.TdClassName
{
border-color: #CB38FA;
}
.TagClassName
{
border-color: #CB38FA;
}
</style>