Shades of Medium Orchid #CB40FA
Tints of Medium Orchid #CB40FA
RGB
CMYK
RGB Variations
Color information
#CB40FA (or 0xCB40FA) is known color: Medium Orchid. HEX triplet: CB, 40 and FA. RGB value is (203,64,250). Sum of RGB (Red+Green+Blue) = 203+64+250=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40FA is #34BF05. Grayscale: #7E7E7E. Windows color (decimal): -3456774 or 16400587. OLE color: 16400587.
HSL color Cylindrical-coordinate representation of color #CB40FA: hue angle of 284.84º degrees, saturation: 0.95, 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 #CB40FA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 64 | 250 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.02 |
| HSL | 284.84º | 0.95% | 0.62% | - |
| HSV(B) | 284.84º | 0.74% | 0.98% | - |
| XYZ | 43.72 | 23.27 | 92.63 | - |
| YUV | 126.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 250 | 0.19 | 0.74 | 0 | 0.02 | 284.84 | 0.95 | 0.62 |
| Hex | CB | 40 | FA | 13 | 4A | 0 | 2 | 11D | 5F | 3E |
| Octal | 313 | 100 | 372 | 23 | 112 | 0 | 2 | 435 | 137 | 76 |
| Binary | 11001011 | 1000000 | 11111010 | 10011 | 1001010 | 0 | 10 | 100011101 | 1011111 | 111110 |
Color Harmonies of #CB40FA
Complementary color
Monochromatic Colors of #CB40FA
Black with #CB40FA
Text Example
Text Example
White with #CB40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40FA; }
p { color: rgb(203,64,250); }
H1.HeaderClassName
{
color: #CB40FA;
}
.AnyTagClassName
{
color: #CB40FA;
}
</style>
background-color css
<style>
a { background-color: #CB40FA; }
a { background-color: rgb(203,64,250); }
div.DivClassName
{
background-color: #CB40FA;
}
.BgClassName
{
background-color: #CB40FA;
}
</style>
border-color css
<style>
span { border-color: #CB40FA; }
span { border-color: rgb(203,64,250); }
td.TdClassName
{
border-color: #CB40FA;
}
.TagClassName
{
border-color: #CB40FA;
}
</style>