Shades of Medium Orchid #CB3DFE
Tints of Medium Orchid #CB3DFE
RGB
CMYK
RGB Variations
Color information
#CB3DFE (or 0xCB3DFE) is known color: Medium Orchid. HEX triplet: CB, 3D and FE. RGB value is (203,61,254). Sum of RGB (Red+Green+Blue) = 203+61+254=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DFE is #34C201. Grayscale: #7C7C7C. Windows color (decimal): -3457538 or 16661963. OLE color: 16661963.
HSL color Cylindrical-coordinate representation of color #CB3DFE: hue angle of 284.15º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3DFE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 61 | 254 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.00 |
| HSL | 284.15º | 0.99% | 0.62% | - |
| HSV(B) | 284.15º | 0.76% | 1% | - |
| XYZ | 44.19 | 23.19 | 95.91 | - |
| YUV | 125.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 254 | 0.20 | 0.76 | 0 | 0.00 | 284.15 | 0.99 | 0.62 |
| Hex | CB | 3D | FE | 14 | 4C | 0 | 0 | 11C | 63 | 3E |
| Octal | 313 | 75 | 376 | 24 | 114 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001011 | 111101 | 11111110 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CB3DFE
Complementary color
Monochromatic Colors of #CB3DFE
Black with #CB3DFE
Text Example
Text Example
White with #CB3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DFE; }
p { color: rgb(203,61,254); }
H1.HeaderClassName
{
color: #CB3DFE;
}
.AnyTagClassName
{
color: #CB3DFE;
}
</style>
background-color css
<style>
a { background-color: #CB3DFE; }
a { background-color: rgb(203,61,254); }
div.DivClassName
{
background-color: #CB3DFE;
}
.BgClassName
{
background-color: #CB3DFE;
}
</style>
border-color css
<style>
span { border-color: #CB3DFE; }
span { border-color: rgb(203,61,254); }
td.TdClassName
{
border-color: #CB3DFE;
}
.TagClassName
{
border-color: #CB3DFE;
}
</style>