Shades of Orchid #CB6ECF
Tints of Orchid #CB6ECF
RGB
CMYK
RGB Variations
Color information
#CB6ECF (or 0xCB6ECF) is known color: Orchid. HEX triplet: CB, 6E and CF. RGB value is (203,110,207). Sum of RGB (Red+Green+Blue) = 203+110+207=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ECF is #349130. Grayscale: #949494. Windows color (decimal): -3445041 or 13594315. OLE color: 13594315.
HSL color Cylindrical-coordinate representation of color #CB6ECF: hue angle of 297.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6ECF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 110 | 207 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.19 |
| HSL | 297.53º | 0.5% | 0.62% | - |
| HSV(B) | 297.53º | 0.47% | 0.81% | - |
| XYZ | 41.47 | 28.35 | 62.32 | - |
| YUV | 148.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 207 | 0.02 | 0.47 | 0 | 0.19 | 297.53 | 0.5 | 0.62 |
| Hex | CB | 6E | CF | 2 | 2F | 0 | 13 | 12A | 32 | 3E |
| Octal | 313 | 156 | 317 | 2 | 57 | 0 | 23 | 452 | 62 | 76 |
| Binary | 11001011 | 1101110 | 11001111 | 10 | 101111 | 0 | 10011 | 100101010 | 110010 | 111110 |
Color Harmonies of #CB6ECF
Complementary color
Monochromatic Colors of #CB6ECF
Black with #CB6ECF
Text Example
Text Example
White with #CB6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ECF; }
p { color: rgb(203,110,207); }
H1.HeaderClassName
{
color: #CB6ECF;
}
.AnyTagClassName
{
color: #CB6ECF;
}
</style>
background-color css
<style>
a { background-color: #CB6ECF; }
a { background-color: rgb(203,110,207); }
div.DivClassName
{
background-color: #CB6ECF;
}
.BgClassName
{
background-color: #CB6ECF;
}
</style>
border-color css
<style>
span { border-color: #CB6ECF; }
span { border-color: rgb(203,110,207); }
td.TdClassName
{
border-color: #CB6ECF;
}
.TagClassName
{
border-color: #CB6ECF;
}
</style>