Shades of Orchid #CB6FE1
Tints of Orchid #CB6FE1
RGB
CMYK
RGB Variations
Color information
#CB6FE1 (or 0xCB6FE1) is known color: Orchid. HEX triplet: CB, 6F and E1. RGB value is (203,111,225). Sum of RGB (Red+Green+Blue) = 203+111+225=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FE1 is #34901E. Grayscale: #979797. Windows color (decimal): -3444767 or 14774219. OLE color: 14774219.
HSL color Cylindrical-coordinate representation of color #CB6FE1: hue angle of 288.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6FE1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 111 | 225 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.12 |
| HSL | 288.42º | 0.66% | 0.66% | - |
| HSV(B) | 288.42º | 0.51% | 0.88% | - |
| XYZ | 43.9 | 29.5 | 74.61 | - |
| YUV | 151.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 225 | 0.10 | 0.51 | 0 | 0.12 | 288.42 | 0.66 | 0.66 |
| Hex | CB | 6F | E1 | A | 33 | 0 | C | 120 | 42 | 42 |
| Octal | 313 | 157 | 341 | 12 | 63 | 0 | 14 | 440 | 102 | 102 |
| Binary | 11001011 | 1101111 | 11100001 | 1010 | 110011 | 0 | 1100 | 100100000 | 1000010 | 1000010 |
Color Harmonies of #CB6FE1
Complementary color
Monochromatic Colors of #CB6FE1
Black with #CB6FE1
Text Example
Text Example
White with #CB6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FE1; }
p { color: rgb(203,111,225); }
H1.HeaderClassName
{
color: #CB6FE1;
}
.AnyTagClassName
{
color: #CB6FE1;
}
</style>
background-color css
<style>
a { background-color: #CB6FE1; }
a { background-color: rgb(203,111,225); }
div.DivClassName
{
background-color: #CB6FE1;
}
.BgClassName
{
background-color: #CB6FE1;
}
</style>
border-color css
<style>
span { border-color: #CB6FE1; }
span { border-color: rgb(203,111,225); }
td.TdClassName
{
border-color: #CB6FE1;
}
.TagClassName
{
border-color: #CB6FE1;
}
</style>