Shades of Orchid #CB6EBF
Tints of Orchid #CB6EBF
RGB
CMYK
RGB Variations
Color information
#CB6EBF (or 0xCB6EBF) is known color: Orchid. HEX triplet: CB, 6E and BF. RGB value is (203,110,191). Sum of RGB (Red+Green+Blue) = 203+110+191=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EBF is #349140. Grayscale: #929292. Windows color (decimal): -3445057 or 12545739. OLE color: 12545739.
HSL color Cylindrical-coordinate representation of color #CB6EBF: hue angle of 307.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6EBF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 191 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.20 |
| HSL | 307.74º | 0.47% | 0.61% | - |
| HSV(B) | 307.74º | 0.46% | 0.8% | - |
| XYZ | 39.61 | 27.61 | 52.53 | - |
| YUV | 147.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 191 | 0 | 0.46 | 0.06 | 0.20 | 307.74 | 0.47 | 0.61 |
| Hex | CB | 6E | BF | 0 | 2E | 6 | 14 | 134 | 2F | 3D |
| Octal | 313 | 156 | 277 | 0 | 56 | 6 | 24 | 464 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10111111 | 0 | 101110 | 110 | 10100 | 100110100 | 101111 | 111101 |
Color Harmonies of #CB6EBF
Complementary color
Monochromatic Colors of #CB6EBF
Black with #CB6EBF
Text Example
Text Example
White with #CB6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EBF; }
p { color: rgb(203,110,191); }
H1.HeaderClassName
{
color: #CB6EBF;
}
.AnyTagClassName
{
color: #CB6EBF;
}
</style>
background-color css
<style>
a { background-color: #CB6EBF; }
a { background-color: rgb(203,110,191); }
div.DivClassName
{
background-color: #CB6EBF;
}
.BgClassName
{
background-color: #CB6EBF;
}
</style>
border-color css
<style>
span { border-color: #CB6EBF; }
span { border-color: rgb(203,110,191); }
td.TdClassName
{
border-color: #CB6EBF;
}
.TagClassName
{
border-color: #CB6EBF;
}
</style>