Shades of Medium Orchid #CB60DA
Tints of Medium Orchid #CB60DA
RGB
CMYK
RGB Variations
Color information
#CB60DA (or 0xCB60DA) is known color: Medium Orchid. HEX triplet: CB, 60 and DA. RGB value is (203,96,218). Sum of RGB (Red+Green+Blue) = 203+96+218=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DA is #349F25. Grayscale: #8D8D8D. Windows color (decimal): -3448614 or 14311627. OLE color: 14311627.
HSL color Cylindrical-coordinate representation of color #CB60DA: hue angle of 292.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB60DA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 96 | 218 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.62º | 0.62% | 0.62% | - |
| HSV(B) | 292.62º | 0.56% | 0.85% | - |
| XYZ | 41.47 | 26.12 | 69.19 | - |
| YUV | 141.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 218 | 0.07 | 0.56 | 0 | 0.15 | 292.62 | 0.62 | 0.62 |
| Hex | CB | 60 | DA | 7 | 38 | 0 | F | 125 | 3E | 3E |
| Octal | 313 | 140 | 332 | 7 | 70 | 0 | 17 | 445 | 76 | 76 |
| Binary | 11001011 | 1100000 | 11011010 | 111 | 111000 | 0 | 1111 | 100100101 | 111110 | 111110 |
Color Harmonies of #CB60DA
Complementary color
Monochromatic Colors of #CB60DA
Black with #CB60DA
Text Example
Text Example
White with #CB60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DA; }
p { color: rgb(203,96,218); }
H1.HeaderClassName
{
color: #CB60DA;
}
.AnyTagClassName
{
color: #CB60DA;
}
</style>
background-color css
<style>
a { background-color: #CB60DA; }
a { background-color: rgb(203,96,218); }
div.DivClassName
{
background-color: #CB60DA;
}
.BgClassName
{
background-color: #CB60DA;
}
</style>
border-color css
<style>
span { border-color: #CB60DA; }
span { border-color: rgb(203,96,218); }
td.TdClassName
{
border-color: #CB60DA;
}
.TagClassName
{
border-color: #CB60DA;
}
</style>