Shades of Medium Orchid #CB61E1
Tints of Medium Orchid #CB61E1
RGB
CMYK
RGB Variations
Color information
#CB61E1 (or 0xCB61E1) is known color: Medium Orchid. HEX triplet: CB, 61 and E1. RGB value is (203,97,225). Sum of RGB (Red+Green+Blue) = 203+97+225=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61E1 is #349E1E. Grayscale: #8E8E8E. Windows color (decimal): -3448351 or 14770635. OLE color: 14770635.
HSL color Cylindrical-coordinate representation of color #CB61E1: hue angle of 289.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB61E1 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 97 | 225 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.12 |
| HSL | 289.69º | 0.68% | 0.63% | - |
| HSV(B) | 289.69º | 0.57% | 0.88% | - |
| XYZ | 42.49 | 26.68 | 74.14 | - |
| YUV | 143.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 225 | 0.10 | 0.57 | 0 | 0.12 | 289.69 | 0.68 | 0.63 |
| Hex | CB | 61 | E1 | A | 39 | 0 | C | 122 | 44 | 3F |
| Octal | 313 | 141 | 341 | 12 | 71 | 0 | 14 | 442 | 104 | 77 |
| Binary | 11001011 | 1100001 | 11100001 | 1010 | 111001 | 0 | 1100 | 100100010 | 1000100 | 111111 |
Color Harmonies of #CB61E1
Complementary color
Monochromatic Colors of #CB61E1
Black with #CB61E1
Text Example
Text Example
White with #CB61E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61E1; }
p { color: rgb(203,97,225); }
H1.HeaderClassName
{
color: #CB61E1;
}
.AnyTagClassName
{
color: #CB61E1;
}
</style>
background-color css
<style>
a { background-color: #CB61E1; }
a { background-color: rgb(203,97,225); }
div.DivClassName
{
background-color: #CB61E1;
}
.BgClassName
{
background-color: #CB61E1;
}
</style>
border-color css
<style>
span { border-color: #CB61E1; }
span { border-color: rgb(203,97,225); }
td.TdClassName
{
border-color: #CB61E1;
}
.TagClassName
{
border-color: #CB61E1;
}
</style>