Shades of Medium Orchid #CB3CE4
Tints of Medium Orchid #CB3CE4
RGB
CMYK
RGB Variations
Color information
#CB3CE4 (or 0xCB3CE4) is known color: Medium Orchid. HEX triplet: CB, 3C and E4. RGB value is (203,60,228). Sum of RGB (Red+Green+Blue) = 203+60+228=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB3CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CE4 is #34C31B. Grayscale: #797979. Windows color (decimal): -3457820 or 14957771. OLE color: 14957771.
HSL color Cylindrical-coordinate representation of color #CB3CE4: hue angle of 291.07º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3CE4 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 60 | 228 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.11 |
| HSL | 291.07º | 0.76% | 0.56% | - |
| HSV(B) | 291.07º | 0.74% | 0.89% | - |
| XYZ | 40.25 | 21.53 | 75.43 | - |
| YUV | 121.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 228 | 0.11 | 0.74 | 0 | 0.11 | 291.07 | 0.76 | 0.56 |
| Hex | CB | 3C | E4 | B | 4A | 0 | B | 123 | 4C | 38 |
| Octal | 313 | 74 | 344 | 13 | 112 | 0 | 13 | 443 | 114 | 70 |
| Binary | 11001011 | 111100 | 11100100 | 1011 | 1001010 | 0 | 1011 | 100100011 | 1001100 | 111000 |
Color Harmonies of #CB3CE4
Complementary color
Monochromatic Colors of #CB3CE4
Black with #CB3CE4
Text Example
Text Example
White with #CB3CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CE4; }
p { color: rgb(203,60,228); }
H1.HeaderClassName
{
color: #CB3CE4;
}
.AnyTagClassName
{
color: #CB3CE4;
}
</style>
background-color css
<style>
a { background-color: #CB3CE4; }
a { background-color: rgb(203,60,228); }
div.DivClassName
{
background-color: #CB3CE4;
}
.BgClassName
{
background-color: #CB3CE4;
}
</style>
border-color css
<style>
span { border-color: #CB3CE4; }
span { border-color: rgb(203,60,228); }
td.TdClassName
{
border-color: #CB3CE4;
}
.TagClassName
{
border-color: #CB3CE4;
}
</style>