Shades of Orchid #CB68DD
Tints of Orchid #CB68DD
RGB
CMYK
RGB Variations
Color information
#CB68DD (or 0xCB68DD) is known color: Orchid. HEX triplet: CB, 68 and DD. RGB value is (203,104,221). Sum of RGB (Red+Green+Blue) = 203+104+221=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68DD is #349722. Grayscale: #929292. Windows color (decimal): -3446563 or 14510283. OLE color: 14510283.
HSL color Cylindrical-coordinate representation of color #CB68DD: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB68DD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 104 | 221 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.13 |
| HSL | 290.77º | 0.63% | 0.64% | - |
| HSV(B) | 290.77º | 0.53% | 0.87% | - |
| XYZ | 42.63 | 27.82 | 71.53 | - |
| YUV | 146.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 221 | 0.08 | 0.53 | 0 | 0.13 | 290.77 | 0.63 | 0.64 |
| Hex | CB | 68 | DD | 8 | 35 | 0 | D | 123 | 3F | 40 |
| Octal | 313 | 150 | 335 | 10 | 65 | 0 | 15 | 443 | 77 | 100 |
| Binary | 11001011 | 1101000 | 11011101 | 1000 | 110101 | 0 | 1101 | 100100011 | 111111 | 1000000 |
Color Harmonies of #CB68DD
Complementary color
Monochromatic Colors of #CB68DD
Black with #CB68DD
Text Example
Text Example
White with #CB68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68DD; }
p { color: rgb(203,104,221); }
H1.HeaderClassName
{
color: #CB68DD;
}
.AnyTagClassName
{
color: #CB68DD;
}
</style>
background-color css
<style>
a { background-color: #CB68DD; }
a { background-color: rgb(203,104,221); }
div.DivClassName
{
background-color: #CB68DD;
}
.BgClassName
{
background-color: #CB68DD;
}
</style>
border-color css
<style>
span { border-color: #CB68DD; }
span { border-color: rgb(203,104,221); }
td.TdClassName
{
border-color: #CB68DD;
}
.TagClassName
{
border-color: #CB68DD;
}
</style>