Shades of Medium Orchid #CB61DC
Tints of Medium Orchid #CB61DC
RGB
CMYK
RGB Variations
Color information
#CB61DC (or 0xCB61DC) is known color: Medium Orchid. HEX triplet: CB, 61 and DC. RGB value is (203,97,220). Sum of RGB (Red+Green+Blue) = 203+97+220=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DC is #349E23. Grayscale: #8E8E8E. Windows color (decimal): -3448356 or 14442955. OLE color: 14442955.
HSL color Cylindrical-coordinate representation of color #CB61DC: hue angle of 291.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB61DC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 97 | 220 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.14 |
| HSL | 291.71º | 0.64% | 0.62% | - |
| HSV(B) | 291.71º | 0.56% | 0.86% | - |
| XYZ | 41.82 | 26.41 | 70.6 | - |
| YUV | 142.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 220 | 0.08 | 0.56 | 0 | 0.14 | 291.71 | 0.64 | 0.62 |
| Hex | CB | 61 | DC | 8 | 38 | 0 | E | 124 | 40 | 3E |
| Octal | 313 | 141 | 334 | 10 | 70 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001011 | 1100001 | 11011100 | 1000 | 111000 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CB61DC
Complementary color
Monochromatic Colors of #CB61DC
Black with #CB61DC
Text Example
Text Example
White with #CB61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61DC; }
p { color: rgb(203,97,220); }
H1.HeaderClassName
{
color: #CB61DC;
}
.AnyTagClassName
{
color: #CB61DC;
}
</style>
background-color css
<style>
a { background-color: #CB61DC; }
a { background-color: rgb(203,97,220); }
div.DivClassName
{
background-color: #CB61DC;
}
.BgClassName
{
background-color: #CB61DC;
}
</style>
border-color css
<style>
span { border-color: #CB61DC; }
span { border-color: rgb(203,97,220); }
td.TdClassName
{
border-color: #CB61DC;
}
.TagClassName
{
border-color: #CB61DC;
}
</style>