Shades of Medium Orchid #CB51F2
Tints of Medium Orchid #CB51F2
RGB
CMYK
RGB Variations
Color information
#CB51F2 (or 0xCB51F2) is known color: Medium Orchid. HEX triplet: CB, 51 and F2. RGB value is (203,81,242). Sum of RGB (Red+Green+Blue) = 203+81+242=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB51F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51F2 is #34AE0D. Grayscale: #878787. Windows color (decimal): -3452430 or 15880651. OLE color: 15880651.
HSL color Cylindrical-coordinate representation of color #CB51F2: hue angle of 285.47º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB51F2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 81 | 242 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.05 |
| HSL | 285.47º | 0.86% | 0.63% | - |
| HSV(B) | 285.47º | 0.67% | 0.95% | - |
| XYZ | 43.6 | 24.99 | 86.53 | - |
| YUV | 135.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 242 | 0.16 | 0.67 | 0 | 0.05 | 285.47 | 0.86 | 0.63 |
| Hex | CB | 51 | F2 | 10 | 43 | 0 | 5 | 11D | 56 | 3F |
| Octal | 313 | 121 | 362 | 20 | 103 | 0 | 5 | 435 | 126 | 77 |
| Binary | 11001011 | 1010001 | 11110010 | 10000 | 1000011 | 0 | 101 | 100011101 | 1010110 | 111111 |
Color Harmonies of #CB51F2
Complementary color
Monochromatic Colors of #CB51F2
Black with #CB51F2
Text Example
Text Example
White with #CB51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51F2; }
p { color: rgb(203,81,242); }
H1.HeaderClassName
{
color: #CB51F2;
}
.AnyTagClassName
{
color: #CB51F2;
}
</style>
background-color css
<style>
a { background-color: #CB51F2; }
a { background-color: rgb(203,81,242); }
div.DivClassName
{
background-color: #CB51F2;
}
.BgClassName
{
background-color: #CB51F2;
}
</style>
border-color css
<style>
span { border-color: #CB51F2; }
span { border-color: rgb(203,81,242); }
td.TdClassName
{
border-color: #CB51F2;
}
.TagClassName
{
border-color: #CB51F2;
}
</style>