Shades of Medium Orchid #CB42FB
Tints of Medium Orchid #CB42FB
RGB
CMYK
RGB Variations
Color information
#CB42FB (or 0xCB42FB) is known color: Medium Orchid. HEX triplet: CB, 42 and FB. RGB value is (203,66,251). Sum of RGB (Red+Green+Blue) = 203+66+251=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42FB is #34BD04. Grayscale: #7F7F7F. Windows color (decimal): -3456261 or 16466635. OLE color: 16466635.
HSL color Cylindrical-coordinate representation of color #CB42FB: hue angle of 284.43º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB42FB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 66 | 251 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.02 |
| HSL | 284.43º | 0.96% | 0.62% | - |
| HSV(B) | 284.43º | 0.74% | 0.98% | - |
| XYZ | 43.99 | 23.56 | 93.5 | - |
| YUV | 128.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 251 | 0.19 | 0.74 | 0 | 0.02 | 284.43 | 0.96 | 0.62 |
| Hex | CB | 42 | FB | 13 | 4A | 0 | 2 | 11C | 60 | 3E |
| Octal | 313 | 102 | 373 | 23 | 112 | 0 | 2 | 434 | 140 | 76 |
| Binary | 11001011 | 1000010 | 11111011 | 10011 | 1001010 | 0 | 10 | 100011100 | 1100000 | 111110 |
Color Harmonies of #CB42FB
Complementary color
Monochromatic Colors of #CB42FB
Black with #CB42FB
Text Example
Text Example
White with #CB42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42FB; }
p { color: rgb(203,66,251); }
H1.HeaderClassName
{
color: #CB42FB;
}
.AnyTagClassName
{
color: #CB42FB;
}
</style>
background-color css
<style>
a { background-color: #CB42FB; }
a { background-color: rgb(203,66,251); }
div.DivClassName
{
background-color: #CB42FB;
}
.BgClassName
{
background-color: #CB42FB;
}
</style>
border-color css
<style>
span { border-color: #CB42FB; }
span { border-color: rgb(203,66,251); }
td.TdClassName
{
border-color: #CB42FB;
}
.TagClassName
{
border-color: #CB42FB;
}
</style>