Shades of Orchid #CB63D6
Tints of Orchid #CB63D6
RGB
CMYK
RGB Variations
Color information
#CB63D6 (or 0xCB63D6) is known color: Orchid. HEX triplet: CB, 63 and D6. RGB value is (203,99,214). Sum of RGB (Red+Green+Blue) = 203+99+214=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D6 is #349C29. Grayscale: #8E8E8E. Windows color (decimal): -3447850 or 14050251. OLE color: 14050251.
HSL color Cylindrical-coordinate representation of color #CB63D6: hue angle of 294.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB63D6 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 99 | 214 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.16 |
| HSL | 294.26º | 0.58% | 0.61% | - |
| HSV(B) | 294.26º | 0.54% | 0.84% | - |
| XYZ | 41.23 | 26.48 | 66.56 | - |
| YUV | 143.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 214 | 0.05 | 0.54 | 0 | 0.16 | 294.26 | 0.58 | 0.61 |
| Hex | CB | 63 | D6 | 5 | 36 | 0 | 10 | 126 | 3A | 3D |
| Octal | 313 | 143 | 326 | 5 | 66 | 0 | 20 | 446 | 72 | 75 |
| Binary | 11001011 | 1100011 | 11010110 | 101 | 110110 | 0 | 10000 | 100100110 | 111010 | 111101 |
Color Harmonies of #CB63D6
Complementary color
Monochromatic Colors of #CB63D6
Black with #CB63D6
Text Example
Text Example
White with #CB63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63D6; }
p { color: rgb(203,99,214); }
H1.HeaderClassName
{
color: #CB63D6;
}
.AnyTagClassName
{
color: #CB63D6;
}
</style>
background-color css
<style>
a { background-color: #CB63D6; }
a { background-color: rgb(203,99,214); }
div.DivClassName
{
background-color: #CB63D6;
}
.BgClassName
{
background-color: #CB63D6;
}
</style>
border-color css
<style>
span { border-color: #CB63D6; }
span { border-color: rgb(203,99,214); }
td.TdClassName
{
border-color: #CB63D6;
}
.TagClassName
{
border-color: #CB63D6;
}
</style>