Shades of Medium Orchid #CB63DA
Tints of Medium Orchid #CB63DA
RGB
CMYK
RGB Variations
Color information
#CB63DA (or 0xCB63DA) is known color: Medium Orchid. HEX triplet: CB, 63 and DA. RGB value is (203,99,218). Sum of RGB (Red+Green+Blue) = 203+99+218=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63DA is #349C25. Grayscale: #8F8F8F. Windows color (decimal): -3447846 or 14312395. OLE color: 14312395.
HSL color Cylindrical-coordinate representation of color #CB63DA: hue angle of 292.44º degrees, saturation: 0.62, 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 #CB63DA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 99 | 218 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 292.44º | 0.62% | 0.62% | - |
| HSV(B) | 292.44º | 0.55% | 0.85% | - |
| XYZ | 41.75 | 26.68 | 69.28 | - |
| YUV | 143.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 218 | 0.07 | 0.55 | 0 | 0.15 | 292.44 | 0.62 | 0.62 |
| Hex | CB | 63 | DA | 7 | 37 | 0 | F | 124 | 3E | 3E |
| Octal | 313 | 143 | 332 | 7 | 67 | 0 | 17 | 444 | 76 | 76 |
| Binary | 11001011 | 1100011 | 11011010 | 111 | 110111 | 0 | 1111 | 100100100 | 111110 | 111110 |
Color Harmonies of #CB63DA
Complementary color
Monochromatic Colors of #CB63DA
Black with #CB63DA
Text Example
Text Example
White with #CB63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63DA; }
p { color: rgb(203,99,218); }
H1.HeaderClassName
{
color: #CB63DA;
}
.AnyTagClassName
{
color: #CB63DA;
}
</style>
background-color css
<style>
a { background-color: #CB63DA; }
a { background-color: rgb(203,99,218); }
div.DivClassName
{
background-color: #CB63DA;
}
.BgClassName
{
background-color: #CB63DA;
}
</style>
border-color css
<style>
span { border-color: #CB63DA; }
span { border-color: rgb(203,99,218); }
td.TdClassName
{
border-color: #CB63DA;
}
.TagClassName
{
border-color: #CB63DA;
}
</style>