Shades of Medium Orchid #CB63DF
Tints of Medium Orchid #CB63DF
RGB
CMYK
RGB Variations
Color information
#CB63DF (or 0xCB63DF) is known color: Medium Orchid. HEX triplet: CB, 63 and DF. RGB value is (203,99,223). Sum of RGB (Red+Green+Blue) = 203+99+223=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63DF is #349C20. Grayscale: #8F8F8F. Windows color (decimal): -3447841 or 14640075. OLE color: 14640075.
HSL color Cylindrical-coordinate representation of color #CB63DF: hue angle of 290.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB63DF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 99 | 223 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 290.32º | 0.66% | 0.63% | - |
| HSV(B) | 290.32º | 0.56% | 0.87% | - |
| XYZ | 42.41 | 26.95 | 72.78 | - |
| YUV | 144.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 223 | 0.09 | 0.56 | 0 | 0.13 | 290.32 | 0.66 | 0.63 |
| Hex | CB | 63 | DF | 9 | 38 | 0 | D | 122 | 42 | 3F |
| Octal | 313 | 143 | 337 | 11 | 70 | 0 | 15 | 442 | 102 | 77 |
| Binary | 11001011 | 1100011 | 11011111 | 1001 | 111000 | 0 | 1101 | 100100010 | 1000010 | 111111 |
Color Harmonies of #CB63DF
Complementary color
Monochromatic Colors of #CB63DF
Black with #CB63DF
Text Example
Text Example
White with #CB63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63DF; }
p { color: rgb(203,99,223); }
H1.HeaderClassName
{
color: #CB63DF;
}
.AnyTagClassName
{
color: #CB63DF;
}
</style>
background-color css
<style>
a { background-color: #CB63DF; }
a { background-color: rgb(203,99,223); }
div.DivClassName
{
background-color: #CB63DF;
}
.BgClassName
{
background-color: #CB63DF;
}
</style>
border-color css
<style>
span { border-color: #CB63DF; }
span { border-color: rgb(203,99,223); }
td.TdClassName
{
border-color: #CB63DF;
}
.TagClassName
{
border-color: #CB63DF;
}
</style>