Shades of Medium Orchid #CB61D9
Tints of Medium Orchid #CB61D9
RGB
CMYK
RGB Variations
Color information
#CB61D9 (or 0xCB61D9) is known color: Medium Orchid. HEX triplet: CB, 61 and D9. RGB value is (203,97,217). Sum of RGB (Red+Green+Blue) = 203+97+217=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61D9 is #349E26. Grayscale: #8E8E8E. Windows color (decimal): -3448359 or 14246347. OLE color: 14246347.
HSL color Cylindrical-coordinate representation of color #CB61D9: hue angle of 293º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB61D9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 203 | 97 | 217 | - |
CMYK | 0.06 | 0.55 | 0 | 0.15 |
HSL | 293º | 0.61% | 0.62% | - |
HSV(B) | 293º | 0.55% | 0.85% | - |
XYZ | 41.43 | 26.26 | 68.53 | - |
YUV | 142.37 | 170.12 | 171.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 97 | 217 | 0.06 | 0.55 | 0 | 0.15 | 293 | 0.61 | 0.62 |
Hex | CB | 61 | D9 | 6 | 37 | 0 | F | 125 | 3D | 3E |
Octal | 313 | 141 | 331 | 6 | 67 | 0 | 17 | 445 | 75 | 76 |
Binary | 11001011 | 1100001 | 11011001 | 110 | 110111 | 0 | 1111 | 100100101 | 111101 | 111110 |
Color Harmonies of #CB61D9
Complementary color
Monochromatic Colors of #CB61D9
Black with #CB61D9
Text Example
Text Example
White with #CB61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61D9; }
p { color: rgb(203,97,217); }
H1.HeaderClassName
{
color: #CB61D9;
}
.AnyTagClassName
{
color: #CB61D9;
}
</style>
background-color css
<style>
a { background-color: #CB61D9; }
a { background-color: rgb(203,97,217); }
div.DivClassName
{
background-color: #CB61D9;
}
.BgClassName
{
background-color: #CB61D9;
}
</style>
border-color css
<style>
span { border-color: #CB61D9; }
span { border-color: rgb(203,97,217); }
td.TdClassName
{
border-color: #CB61D9;
}
.TagClassName
{
border-color: #CB61D9;
}
</style>