Shades of Orchid #CB6ADA
Tints of Orchid #CB6ADA
RGB
CMYK
RGB Variations
Color information
#CB6ADA (or 0xCB6ADA) is known color: Orchid. HEX triplet: CB, 6A and DA. RGB value is (203,106,218). Sum of RGB (Red+Green+Blue) = 203+106+218=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADA is #349525. Grayscale: #939393. Windows color (decimal): -3446054 or 14314187. OLE color: 14314187.
HSL color Cylindrical-coordinate representation of color #CB6ADA: hue angle of 291.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6ADA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 106 | 218 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.15 |
| HSL | 291.96º | 0.6% | 0.64% | - |
| HSV(B) | 291.96º | 0.51% | 0.85% | - |
| XYZ | 42.44 | 28.07 | 69.51 | - |
| YUV | 147.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 218 | 0.07 | 0.51 | 0 | 0.15 | 291.96 | 0.6 | 0.64 |
| Hex | CB | 6A | DA | 7 | 33 | 0 | F | 124 | 3C | 40 |
| Octal | 313 | 152 | 332 | 7 | 63 | 0 | 17 | 444 | 74 | 100 |
| Binary | 11001011 | 1101010 | 11011010 | 111 | 110011 | 0 | 1111 | 100100100 | 111100 | 1000000 |
Color Harmonies of #CB6ADA
Complementary color
Monochromatic Colors of #CB6ADA
Black with #CB6ADA
Text Example
Text Example
White with #CB6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ADA; }
p { color: rgb(203,106,218); }
H1.HeaderClassName
{
color: #CB6ADA;
}
.AnyTagClassName
{
color: #CB6ADA;
}
</style>
background-color css
<style>
a { background-color: #CB6ADA; }
a { background-color: rgb(203,106,218); }
div.DivClassName
{
background-color: #CB6ADA;
}
.BgClassName
{
background-color: #CB6ADA;
}
</style>
border-color css
<style>
span { border-color: #CB6ADA; }
span { border-color: rgb(203,106,218); }
td.TdClassName
{
border-color: #CB6ADA;
}
.TagClassName
{
border-color: #CB6ADA;
}
</style>