Shades of Medium Orchid #CB3BF2
Tints of Medium Orchid #CB3BF2
RGB
CMYK
RGB Variations
Color information
#CB3BF2 (or 0xCB3BF2) is known color: Medium Orchid. HEX triplet: CB, 3B and F2. RGB value is (203,59,242). Sum of RGB (Red+Green+Blue) = 203+59+242=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB3BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BF2 is #34C40D. Grayscale: #7A7A7A. Windows color (decimal): -3458062 or 15875019. OLE color: 15875019.
HSL color Cylindrical-coordinate representation of color #CB3BF2: hue angle of 287.21º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3BF2 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 59 | 242 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.21º | 0.88% | 0.59% | - |
| HSV(B) | 287.21º | 0.76% | 0.95% | - |
| XYZ | 42.22 | 22.24 | 86.07 | - |
| YUV | 122.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 242 | 0.16 | 0.76 | 0 | 0.05 | 287.21 | 0.88 | 0.59 |
| Hex | CB | 3B | F2 | 10 | 4C | 0 | 5 | 11F | 58 | 3B |
| Octal | 313 | 73 | 362 | 20 | 114 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001011 | 111011 | 11110010 | 10000 | 1001100 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CB3BF2
Complementary color
Monochromatic Colors of #CB3BF2
Black with #CB3BF2
Text Example
Text Example
White with #CB3BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BF2; }
p { color: rgb(203,59,242); }
H1.HeaderClassName
{
color: #CB3BF2;
}
.AnyTagClassName
{
color: #CB3BF2;
}
</style>
background-color css
<style>
a { background-color: #CB3BF2; }
a { background-color: rgb(203,59,242); }
div.DivClassName
{
background-color: #CB3BF2;
}
.BgClassName
{
background-color: #CB3BF2;
}
</style>
border-color css
<style>
span { border-color: #CB3BF2; }
span { border-color: rgb(203,59,242); }
td.TdClassName
{
border-color: #CB3BF2;
}
.TagClassName
{
border-color: #CB3BF2;
}
</style>