Shades of Medium Orchid #CB3FE1
Tints of Medium Orchid #CB3FE1
RGB
CMYK
RGB Variations
Color information
#CB3FE1 (or 0xCB3FE1) is known color: Medium Orchid. HEX triplet: CB, 3F and E1. RGB value is (203,63,225). Sum of RGB (Red+Green+Blue) = 203+63+225=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FE1 is #34C01E. Grayscale: #7A7A7A. Windows color (decimal): -3457055 or 14761931. OLE color: 14761931.
HSL color Cylindrical-coordinate representation of color #CB3FE1: hue angle of 291.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3FE1 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 63 | 225 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.12 |
| HSL | 291.85º | 0.73% | 0.56% | - |
| HSV(B) | 291.85º | 0.72% | 0.88% | - |
| XYZ | 40 | 21.69 | 73.31 | - |
| YUV | 123.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 225 | 0.10 | 0.72 | 0 | 0.12 | 291.85 | 0.73 | 0.56 |
| Hex | CB | 3F | E1 | A | 48 | 0 | C | 124 | 49 | 38 |
| Octal | 313 | 77 | 341 | 12 | 110 | 0 | 14 | 444 | 111 | 70 |
| Binary | 11001011 | 111111 | 11100001 | 1010 | 1001000 | 0 | 1100 | 100100100 | 1001001 | 111000 |
Color Harmonies of #CB3FE1
Complementary color
Monochromatic Colors of #CB3FE1
Black with #CB3FE1
Text Example
Text Example
White with #CB3FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FE1; }
p { color: rgb(203,63,225); }
H1.HeaderClassName
{
color: #CB3FE1;
}
.AnyTagClassName
{
color: #CB3FE1;
}
</style>
background-color css
<style>
a { background-color: #CB3FE1; }
a { background-color: rgb(203,63,225); }
div.DivClassName
{
background-color: #CB3FE1;
}
.BgClassName
{
background-color: #CB3FE1;
}
</style>
border-color css
<style>
span { border-color: #CB3FE1; }
span { border-color: rgb(203,63,225); }
td.TdClassName
{
border-color: #CB3FE1;
}
.TagClassName
{
border-color: #CB3FE1;
}
</style>