Shades of Medium Orchid #CB3AF3
Tints of Medium Orchid #CB3AF3
RGB
CMYK
RGB Variations
Color information
#CB3AF3 (or 0xCB3AF3) is known color: Medium Orchid. HEX triplet: CB, 3A and F3. RGB value is (203,58,243). Sum of RGB (Red+Green+Blue) = 203+58+243=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AF3 is #34C50C. Grayscale: #797979. Windows color (decimal): -3458317 or 15940299. OLE color: 15940299.
HSL color Cylindrical-coordinate representation of color #CB3AF3: hue angle of 287.03º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3AF3 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 58 | 243 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.03º | 0.89% | 0.59% | - |
| HSV(B) | 287.03º | 0.76% | 0.95% | - |
| XYZ | 42.32 | 22.19 | 86.85 | - |
| YUV | 122.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 243 | 0.16 | 0.76 | 0 | 0.05 | 287.03 | 0.89 | 0.59 |
| Hex | CB | 3A | F3 | 10 | 4C | 0 | 5 | 11F | 59 | 3B |
| Octal | 313 | 72 | 363 | 20 | 114 | 0 | 5 | 437 | 131 | 73 |
| Binary | 11001011 | 111010 | 11110011 | 10000 | 1001100 | 0 | 101 | 100011111 | 1011001 | 111011 |
Color Harmonies of #CB3AF3
Complementary color
Monochromatic Colors of #CB3AF3
Black with #CB3AF3
Text Example
Text Example
White with #CB3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AF3; }
p { color: rgb(203,58,243); }
H1.HeaderClassName
{
color: #CB3AF3;
}
.AnyTagClassName
{
color: #CB3AF3;
}
</style>
background-color css
<style>
a { background-color: #CB3AF3; }
a { background-color: rgb(203,58,243); }
div.DivClassName
{
background-color: #CB3AF3;
}
.BgClassName
{
background-color: #CB3AF3;
}
</style>
border-color css
<style>
span { border-color: #CB3AF3; }
span { border-color: rgb(203,58,243); }
td.TdClassName
{
border-color: #CB3AF3;
}
.TagClassName
{
border-color: #CB3AF3;
}
</style>