Shades of Medium Orchid #CB61DD
Tints of Medium Orchid #CB61DD
RGB
CMYK
RGB Variations
Color information
#CB61DD (or 0xCB61DD) is known color: Medium Orchid. HEX triplet: CB, 61 and DD. RGB value is (203,97,221). Sum of RGB (Red+Green+Blue) = 203+97+221=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DD is #349E22. Grayscale: #8E8E8E. Windows color (decimal): -3448355 or 14508491. OLE color: 14508491.
HSL color Cylindrical-coordinate representation of color #CB61DD: hue angle of 291.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB61DD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 97 | 221 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.13 |
| HSL | 291.29º | 0.65% | 0.62% | - |
| HSV(B) | 291.29º | 0.56% | 0.87% | - |
| XYZ | 41.95 | 26.47 | 71.3 | - |
| YUV | 142.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 221 | 0.08 | 0.56 | 0 | 0.13 | 291.29 | 0.65 | 0.62 |
| Hex | CB | 61 | DD | 8 | 38 | 0 | D | 123 | 41 | 3E |
| Octal | 313 | 141 | 335 | 10 | 70 | 0 | 15 | 443 | 101 | 76 |
| Binary | 11001011 | 1100001 | 11011101 | 1000 | 111000 | 0 | 1101 | 100100011 | 1000001 | 111110 |
Color Harmonies of #CB61DD
Complementary color
Monochromatic Colors of #CB61DD
Black with #CB61DD
Text Example
Text Example
White with #CB61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61DD; }
p { color: rgb(203,97,221); }
H1.HeaderClassName
{
color: #CB61DD;
}
.AnyTagClassName
{
color: #CB61DD;
}
</style>
background-color css
<style>
a { background-color: #CB61DD; }
a { background-color: rgb(203,97,221); }
div.DivClassName
{
background-color: #CB61DD;
}
.BgClassName
{
background-color: #CB61DD;
}
</style>
border-color css
<style>
span { border-color: #CB61DD; }
span { border-color: rgb(203,97,221); }
td.TdClassName
{
border-color: #CB61DD;
}
.TagClassName
{
border-color: #CB61DD;
}
</style>