Shades of Orchid #CB6AD0
Tints of Orchid #CB6AD0
RGB
CMYK
RGB Variations
Color information
#CB6AD0 (or 0xCB6AD0) is known color: Orchid. HEX triplet: CB, 6A and D0. RGB value is (203,106,208). Sum of RGB (Red+Green+Blue) = 203+106+208=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AD0 is #34952F. Grayscale: #929292. Windows color (decimal): -3446064 or 13658827. OLE color: 13658827.
HSL color Cylindrical-coordinate representation of color #CB6AD0: hue angle of 297.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6AD0 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 106 | 208 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.18 |
| HSL | 297.06º | 0.52% | 0.62% | - |
| HSV(B) | 297.06º | 0.49% | 0.82% | - |
| XYZ | 41.17 | 27.56 | 62.82 | - |
| YUV | 146.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 208 | 0.02 | 0.49 | 0 | 0.18 | 297.06 | 0.52 | 0.62 |
| Hex | CB | 6A | D0 | 2 | 31 | 0 | 12 | 129 | 34 | 3E |
| Octal | 313 | 152 | 320 | 2 | 61 | 0 | 22 | 451 | 64 | 76 |
| Binary | 11001011 | 1101010 | 11010000 | 10 | 110001 | 0 | 10010 | 100101001 | 110100 | 111110 |
Color Harmonies of #CB6AD0
Complementary color
Monochromatic Colors of #CB6AD0
Black with #CB6AD0
Text Example
Text Example
White with #CB6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AD0; }
p { color: rgb(203,106,208); }
H1.HeaderClassName
{
color: #CB6AD0;
}
.AnyTagClassName
{
color: #CB6AD0;
}
</style>
background-color css
<style>
a { background-color: #CB6AD0; }
a { background-color: rgb(203,106,208); }
div.DivClassName
{
background-color: #CB6AD0;
}
.BgClassName
{
background-color: #CB6AD0;
}
</style>
border-color css
<style>
span { border-color: #CB6AD0; }
span { border-color: rgb(203,106,208); }
td.TdClassName
{
border-color: #CB6AD0;
}
.TagClassName
{
border-color: #CB6AD0;
}
</style>