Shades of Medium Orchid #CB3DFF
Tints of Medium Orchid #CB3DFF
RGB
CMYK
RGB Variations
Color information
#CB3DFF (or 0xCB3DFF) is known color: Medium Orchid. HEX triplet: CB, 3D and FF. RGB value is (203,61,255). Sum of RGB (Red+Green+Blue) = 203+61+255=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DFF is #34C200. Grayscale: #7C7C7C. Windows color (decimal): -3457537 or 16727499. OLE color: 16727499.
HSL color Cylindrical-coordinate representation of color #CB3DFF: hue angle of 283.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3DFF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 61 | 255 | - |
| CMYK | 0.20 | 0.76 | 0 | 0 |
| HSL | 283.92º | 1% | 0.62% | - |
| HSV(B) | 283.92º | 0.76% | 1% | - |
| XYZ | 44.35 | 23.25 | 96.76 | - |
| YUV | 125.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 255 | 0.20 | 0.76 | 0 | 0 | 283.92 | 1 | 0.62 |
| Hex | CB | 3D | FF | 14 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 313 | 75 | 377 | 24 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001011 | 111101 | 11111111 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CB3DFF
Complementary color
Monochromatic Colors of #CB3DFF
Black with #CB3DFF
Text Example
Text Example
White with #CB3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DFF; }
p { color: rgb(203,61,255); }
H1.HeaderClassName
{
color: #CB3DFF;
}
.AnyTagClassName
{
color: #CB3DFF;
}
</style>
background-color css
<style>
a { background-color: #CB3DFF; }
a { background-color: rgb(203,61,255); }
div.DivClassName
{
background-color: #CB3DFF;
}
.BgClassName
{
background-color: #CB3DFF;
}
</style>
border-color css
<style>
span { border-color: #CB3DFF; }
span { border-color: rgb(203,61,255); }
td.TdClassName
{
border-color: #CB3DFF;
}
.TagClassName
{
border-color: #CB3DFF;
}
</style>