Shades of Medium Orchid #CB38FE
Tints of Medium Orchid #CB38FE
RGB
CMYK
RGB Variations
Color information
#CB38FE (or 0xCB38FE) is known color: Medium Orchid. HEX triplet: CB, 38 and FE. RGB value is (203,56,254). Sum of RGB (Red+Green+Blue) = 203+56+254=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38FE is #34C701. Grayscale: #797979. Windows color (decimal): -3458818 or 16660683. OLE color: 16660683.
HSL color Cylindrical-coordinate representation of color #CB38FE: hue angle of 284.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB38FE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 56 | 254 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.00 |
| HSL | 284.55º | 0.99% | 0.61% | - |
| HSV(B) | 284.55º | 0.78% | 1% | - |
| XYZ | 43.93 | 22.68 | 95.83 | - |
| YUV | 122.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 254 | 0.20 | 0.78 | 0 | 0.00 | 284.55 | 0.99 | 0.61 |
| Hex | CB | 38 | FE | 14 | 4E | 0 | 0 | 11D | 63 | 3D |
| Octal | 313 | 70 | 376 | 24 | 116 | 0 | 0 | 435 | 143 | 75 |
| Binary | 11001011 | 111000 | 11111110 | 10100 | 1001110 | 0 | 0 | 100011101 | 1100011 | 111101 |
Color Harmonies of #CB38FE
Complementary color
Monochromatic Colors of #CB38FE
Black with #CB38FE
Text Example
Text Example
White with #CB38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38FE; }
p { color: rgb(203,56,254); }
H1.HeaderClassName
{
color: #CB38FE;
}
.AnyTagClassName
{
color: #CB38FE;
}
</style>
background-color css
<style>
a { background-color: #CB38FE; }
a { background-color: rgb(203,56,254); }
div.DivClassName
{
background-color: #CB38FE;
}
.BgClassName
{
background-color: #CB38FE;
}
</style>
border-color css
<style>
span { border-color: #CB38FE; }
span { border-color: rgb(203,56,254); }
td.TdClassName
{
border-color: #CB38FE;
}
.TagClassName
{
border-color: #CB38FE;
}
</style>