Shades of Orchid #CB63D2
Tints of Orchid #CB63D2
RGB
CMYK
RGB Variations
Color information
#CB63D2 (or 0xCB63D2) is known color: Orchid. HEX triplet: CB, 63 and D2. RGB value is (203,99,210). Sum of RGB (Red+Green+Blue) = 203+99+210=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB63D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D2 is #349C2D. Grayscale: #8E8E8E. Windows color (decimal): -3447854 or 13788107. OLE color: 13788107.
HSL color Cylindrical-coordinate representation of color #CB63D2: hue angle of 296.22º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB63D2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 99 | 210 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.18 |
| HSL | 296.22º | 0.55% | 0.61% | - |
| HSV(B) | 296.22º | 0.53% | 0.82% | - |
| XYZ | 40.72 | 26.27 | 63.9 | - |
| YUV | 142.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 210 | 0.03 | 0.53 | 0 | 0.18 | 296.22 | 0.55 | 0.61 |
| Hex | CB | 63 | D2 | 3 | 35 | 0 | 12 | 128 | 37 | 3D |
| Octal | 313 | 143 | 322 | 3 | 65 | 0 | 22 | 450 | 67 | 75 |
| Binary | 11001011 | 1100011 | 11010010 | 11 | 110101 | 0 | 10010 | 100101000 | 110111 | 111101 |
Color Harmonies of #CB63D2
Complementary color
Monochromatic Colors of #CB63D2
Black with #CB63D2
Text Example
Text Example
White with #CB63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63D2; }
p { color: rgb(203,99,210); }
H1.HeaderClassName
{
color: #CB63D2;
}
.AnyTagClassName
{
color: #CB63D2;
}
</style>
background-color css
<style>
a { background-color: #CB63D2; }
a { background-color: rgb(203,99,210); }
div.DivClassName
{
background-color: #CB63D2;
}
.BgClassName
{
background-color: #CB63D2;
}
</style>
border-color css
<style>
span { border-color: #CB63D2; }
span { border-color: rgb(203,99,210); }
td.TdClassName
{
border-color: #CB63D2;
}
.TagClassName
{
border-color: #CB63D2;
}
</style>