Shades of Medium Orchid #CB3AFF
Tints of Medium Orchid #CB3AFF
RGB
CMYK
RGB Variations
Color information
#CB3AFF (or 0xCB3AFF) is known color: Medium Orchid. HEX triplet: CB, 3A and FF. RGB value is (203,58,255). Sum of RGB (Red+Green+Blue) = 203+58+255=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AFF is #34C500. Grayscale: #7B7B7B. Windows color (decimal): -3458305 or 16726731. OLE color: 16726731.
HSL color Cylindrical-coordinate representation of color #CB3AFF: hue angle of 284.16º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB3AFF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 58 | 255 | - |
| CMYK | 0.20 | 0.77 | 0 | 0 |
| HSL | 284.16º | 1% | 0.61% | - |
| HSV(B) | 284.16º | 0.77% | 1% | - |
| XYZ | 44.19 | 22.94 | 96.71 | - |
| YUV | 123.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 255 | 0.20 | 0.77 | 0 | 0 | 284.16 | 1 | 0.61 |
| Hex | CB | 3A | FF | 14 | 4D | 0 | 0 | 11C | 64 | 3D |
| Octal | 313 | 72 | 377 | 24 | 115 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001011 | 111010 | 11111111 | 10100 | 1001101 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #CB3AFF
Complementary color
Monochromatic Colors of #CB3AFF
Black with #CB3AFF
Text Example
Text Example
White with #CB3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AFF; }
p { color: rgb(203,58,255); }
H1.HeaderClassName
{
color: #CB3AFF;
}
.AnyTagClassName
{
color: #CB3AFF;
}
</style>
background-color css
<style>
a { background-color: #CB3AFF; }
a { background-color: rgb(203,58,255); }
div.DivClassName
{
background-color: #CB3AFF;
}
.BgClassName
{
background-color: #CB3AFF;
}
</style>
border-color css
<style>
span { border-color: #CB3AFF; }
span { border-color: rgb(203,58,255); }
td.TdClassName
{
border-color: #CB3AFF;
}
.TagClassName
{
border-color: #CB3AFF;
}
</style>