Shades of Medium Orchid #CB3DFA
Tints of Medium Orchid #CB3DFA
RGB
CMYK
RGB Variations
Color information
#CB3DFA (or 0xCB3DFA) is known color: Medium Orchid. HEX triplet: CB, 3D and FA. RGB value is (203,61,250). Sum of RGB (Red+Green+Blue) = 203+61+250=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB3DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DFA is #34C205. Grayscale: #7C7C7C. Windows color (decimal): -3457542 or 16399819. OLE color: 16399819.
HSL color Cylindrical-coordinate representation of color #CB3DFA: hue angle of 285.08º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3DFA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 61 | 250 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.02 |
| HSL | 285.08º | 0.95% | 0.61% | - |
| HSV(B) | 285.08º | 0.76% | 0.98% | - |
| XYZ | 43.55 | 22.94 | 92.57 | - |
| YUV | 125 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 250 | 0.19 | 0.76 | 0 | 0.02 | 285.08 | 0.95 | 0.61 |
| Hex | CB | 3D | FA | 13 | 4C | 0 | 2 | 11D | 5F | 3D |
| Octal | 313 | 75 | 372 | 23 | 114 | 0 | 2 | 435 | 137 | 75 |
| Binary | 11001011 | 111101 | 11111010 | 10011 | 1001100 | 0 | 10 | 100011101 | 1011111 | 111101 |
Color Harmonies of #CB3DFA
Complementary color
Monochromatic Colors of #CB3DFA
Black with #CB3DFA
Text Example
Text Example
White with #CB3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DFA; }
p { color: rgb(203,61,250); }
H1.HeaderClassName
{
color: #CB3DFA;
}
.AnyTagClassName
{
color: #CB3DFA;
}
</style>
background-color css
<style>
a { background-color: #CB3DFA; }
a { background-color: rgb(203,61,250); }
div.DivClassName
{
background-color: #CB3DFA;
}
.BgClassName
{
background-color: #CB3DFA;
}
</style>
border-color css
<style>
span { border-color: #CB3DFA; }
span { border-color: rgb(203,61,250); }
td.TdClassName
{
border-color: #CB3DFA;
}
.TagClassName
{
border-color: #CB3DFA;
}
</style>