Shades of Orchid #CB6DDA
Tints of Orchid #CB6DDA
RGB
CMYK
RGB Variations
Color information
#CB6DDA (or 0xCB6DDA) is known color: Orchid. HEX triplet: CB, 6D and DA. RGB value is (203,109,218). Sum of RGB (Red+Green+Blue) = 203+109+218=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDA is #349225. Grayscale: #959595. Windows color (decimal): -3445286 or 14314955. OLE color: 14314955.
HSL color Cylindrical-coordinate representation of color #CB6DDA: hue angle of 291.74º 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 #CB6DDA is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 109 | 218 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.15 |
| HSL | 291.74º | 0.6% | 0.64% | - |
| HSV(B) | 291.74º | 0.5% | 0.85% | - |
| XYZ | 42.75 | 28.7 | 69.62 | - |
| YUV | 149.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 218 | 0.07 | 0.5 | 0 | 0.15 | 291.74 | 0.6 | 0.64 |
| Hex | CB | 6D | DA | 7 | 32 | 0 | F | 124 | 3C | 40 |
| Octal | 313 | 155 | 332 | 7 | 62 | 0 | 17 | 444 | 74 | 100 |
| Binary | 11001011 | 1101101 | 11011010 | 111 | 110010 | 0 | 1111 | 100100100 | 111100 | 1000000 |
Color Harmonies of #CB6DDA
Complementary color
Monochromatic Colors of #CB6DDA
Black with #CB6DDA
Text Example
Text Example
White with #CB6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DDA; }
p { color: rgb(203,109,218); }
H1.HeaderClassName
{
color: #CB6DDA;
}
.AnyTagClassName
{
color: #CB6DDA;
}
</style>
background-color css
<style>
a { background-color: #CB6DDA; }
a { background-color: rgb(203,109,218); }
div.DivClassName
{
background-color: #CB6DDA;
}
.BgClassName
{
background-color: #CB6DDA;
}
</style>
border-color css
<style>
span { border-color: #CB6DDA; }
span { border-color: rgb(203,109,218); }
td.TdClassName
{
border-color: #CB6DDA;
}
.TagClassName
{
border-color: #CB6DDA;
}
</style>