Shades of Orchid #CB6FCF
Tints of Orchid #CB6FCF
RGB
CMYK
RGB Variations
Color information
#CB6FCF (or 0xCB6FCF) is known color: Orchid. HEX triplet: CB, 6F and CF. RGB value is (203,111,207). Sum of RGB (Red+Green+Blue) = 203+111+207=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FCF is #349030. Grayscale: #959595. Windows color (decimal): -3444785 or 13594571. OLE color: 13594571.
HSL color Cylindrical-coordinate representation of color #CB6FCF: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6FCF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 111 | 207 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.19 |
| HSL | 297.5º | 0.5% | 0.62% | - |
| HSV(B) | 297.5º | 0.46% | 0.81% | - |
| XYZ | 41.58 | 28.57 | 62.35 | - |
| YUV | 149.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 207 | 0.02 | 0.46 | 0 | 0.19 | 297.5 | 0.5 | 0.62 |
| Hex | CB | 6F | CF | 2 | 2E | 0 | 13 | 12A | 32 | 3E |
| Octal | 313 | 157 | 317 | 2 | 56 | 0 | 23 | 452 | 62 | 76 |
| Binary | 11001011 | 1101111 | 11001111 | 10 | 101110 | 0 | 10011 | 100101010 | 110010 | 111110 |
Color Harmonies of #CB6FCF
Complementary color
Monochromatic Colors of #CB6FCF
Black with #CB6FCF
Text Example
Text Example
White with #CB6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FCF; }
p { color: rgb(203,111,207); }
H1.HeaderClassName
{
color: #CB6FCF;
}
.AnyTagClassName
{
color: #CB6FCF;
}
</style>
background-color css
<style>
a { background-color: #CB6FCF; }
a { background-color: rgb(203,111,207); }
div.DivClassName
{
background-color: #CB6FCF;
}
.BgClassName
{
background-color: #CB6FCF;
}
</style>
border-color css
<style>
span { border-color: #CB6FCF; }
span { border-color: rgb(203,111,207); }
td.TdClassName
{
border-color: #CB6FCF;
}
.TagClassName
{
border-color: #CB6FCF;
}
</style>