Shades of Orchid #CB6CDA
Tints of Orchid #CB6CDA
RGB
CMYK
RGB Variations
Color information
#CB6CDA (or 0xCB6CDA) is known color: Orchid. HEX triplet: CB, 6C and DA. RGB value is (203,108,218). Sum of RGB (Red+Green+Blue) = 203+108+218=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDA is #349325. Grayscale: #949494. Windows color (decimal): -3445542 or 14314699. OLE color: 14314699.
HSL color Cylindrical-coordinate representation of color #CB6CDA: hue angle of 291.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6CDA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 108 | 218 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.15 |
| HSL | 291.82º | 0.6% | 0.64% | - |
| HSV(B) | 291.82º | 0.5% | 0.85% | - |
| XYZ | 42.65 | 28.48 | 69.58 | - |
| YUV | 148.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 218 | 0.07 | 0.50 | 0 | 0.15 | 291.82 | 0.6 | 0.64 |
| Hex | CB | 6C | DA | 7 | 32 | 0 | F | 124 | 3C | 40 |
| Octal | 313 | 154 | 332 | 7 | 62 | 0 | 17 | 444 | 74 | 100 |
| Binary | 11001011 | 1101100 | 11011010 | 111 | 110010 | 0 | 1111 | 100100100 | 111100 | 1000000 |
Color Harmonies of #CB6CDA
Complementary color
Monochromatic Colors of #CB6CDA
Black with #CB6CDA
Text Example
Text Example
White with #CB6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CDA; }
p { color: rgb(203,108,218); }
H1.HeaderClassName
{
color: #CB6CDA;
}
.AnyTagClassName
{
color: #CB6CDA;
}
</style>
background-color css
<style>
a { background-color: #CB6CDA; }
a { background-color: rgb(203,108,218); }
div.DivClassName
{
background-color: #CB6CDA;
}
.BgClassName
{
background-color: #CB6CDA;
}
</style>
border-color css
<style>
span { border-color: #CB6CDA; }
span { border-color: rgb(203,108,218); }
td.TdClassName
{
border-color: #CB6CDA;
}
.TagClassName
{
border-color: #CB6CDA;
}
</style>