Shades of Medium Orchid #CB3AF9
Tints of Medium Orchid #CB3AF9
RGB
CMYK
RGB Variations
Color information
#CB3AF9 (or 0xCB3AF9) is known color: Medium Orchid. HEX triplet: CB, 3A and F9. RGB value is (203,58,249). Sum of RGB (Red+Green+Blue) = 203+58+249=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB3AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AF9 is #34C506. Grayscale: #7A7A7A. Windows color (decimal): -3458311 or 16333515. OLE color: 16333515.
HSL color Cylindrical-coordinate representation of color #CB3AF9: hue angle of 285.55º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB3AF9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 58 | 249 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.02 |
| HSL | 285.55º | 0.94% | 0.6% | - |
| HSV(B) | 285.55º | 0.77% | 0.98% | - |
| XYZ | 43.24 | 22.56 | 91.7 | - |
| YUV | 123.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 249 | 0.18 | 0.77 | 0 | 0.02 | 285.55 | 0.94 | 0.6 |
| Hex | CB | 3A | F9 | 12 | 4D | 0 | 2 | 11E | 5E | 3C |
| Octal | 313 | 72 | 371 | 22 | 115 | 0 | 2 | 436 | 136 | 74 |
| Binary | 11001011 | 111010 | 11111001 | 10010 | 1001101 | 0 | 10 | 100011110 | 1011110 | 111100 |
Color Harmonies of #CB3AF9
Complementary color
Monochromatic Colors of #CB3AF9
Black with #CB3AF9
Text Example
Text Example
White with #CB3AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AF9; }
p { color: rgb(203,58,249); }
H1.HeaderClassName
{
color: #CB3AF9;
}
.AnyTagClassName
{
color: #CB3AF9;
}
</style>
background-color css
<style>
a { background-color: #CB3AF9; }
a { background-color: rgb(203,58,249); }
div.DivClassName
{
background-color: #CB3AF9;
}
.BgClassName
{
background-color: #CB3AF9;
}
</style>
border-color css
<style>
span { border-color: #CB3AF9; }
span { border-color: rgb(203,58,249); }
td.TdClassName
{
border-color: #CB3AF9;
}
.TagClassName
{
border-color: #CB3AF9;
}
</style>