Shades of Orchid #CB6BDD
Tints of Orchid #CB6BDD
RGB
CMYK
RGB Variations
Color information
#CB6BDD (or 0xCB6BDD) is known color: Orchid. HEX triplet: CB, 6B and DD. RGB value is (203,107,221). Sum of RGB (Red+Green+Blue) = 203+107+221=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDD is #349422. Grayscale: #949494. Windows color (decimal): -3445795 or 14511051. OLE color: 14511051.
HSL color Cylindrical-coordinate representation of color #CB6BDD: hue angle of 290.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6BDD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 107 | 221 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.13 |
| HSL | 290.53º | 0.63% | 0.64% | - |
| HSV(B) | 290.53º | 0.52% | 0.87% | - |
| XYZ | 42.94 | 28.43 | 71.63 | - |
| YUV | 148.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 221 | 0.08 | 0.52 | 0 | 0.13 | 290.53 | 0.63 | 0.64 |
| Hex | CB | 6B | DD | 8 | 34 | 0 | D | 123 | 3F | 40 |
| Octal | 313 | 153 | 335 | 10 | 64 | 0 | 15 | 443 | 77 | 100 |
| Binary | 11001011 | 1101011 | 11011101 | 1000 | 110100 | 0 | 1101 | 100100011 | 111111 | 1000000 |
Color Harmonies of #CB6BDD
Complementary color
Monochromatic Colors of #CB6BDD
Black with #CB6BDD
Text Example
Text Example
White with #CB6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BDD; }
p { color: rgb(203,107,221); }
H1.HeaderClassName
{
color: #CB6BDD;
}
.AnyTagClassName
{
color: #CB6BDD;
}
</style>
background-color css
<style>
a { background-color: #CB6BDD; }
a { background-color: rgb(203,107,221); }
div.DivClassName
{
background-color: #CB6BDD;
}
.BgClassName
{
background-color: #CB6BDD;
}
</style>
border-color css
<style>
span { border-color: #CB6BDD; }
span { border-color: rgb(203,107,221); }
td.TdClassName
{
border-color: #CB6BDD;
}
.TagClassName
{
border-color: #CB6BDD;
}
</style>