Shades of Orchid #CB6DCF
Tints of Orchid #CB6DCF
RGB
CMYK
RGB Variations
Color information
#CB6DCF (or 0xCB6DCF) is known color: Orchid. HEX triplet: CB, 6D and CF. RGB value is (203,109,207). Sum of RGB (Red+Green+Blue) = 203+109+207=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DCF is #349230. Grayscale: #939393. Windows color (decimal): -3445297 or 13594059. OLE color: 13594059.
HSL color Cylindrical-coordinate representation of color #CB6DCF: hue angle of 297.55º degrees, saturation: 0.51, 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 #CB6DCF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 109 | 207 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.19 |
| HSL | 297.55º | 0.51% | 0.62% | - |
| HSV(B) | 297.55º | 0.47% | 0.81% | - |
| XYZ | 41.36 | 28.14 | 62.28 | - |
| YUV | 148.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 207 | 0.02 | 0.47 | 0 | 0.19 | 297.55 | 0.51 | 0.62 |
| Hex | CB | 6D | CF | 2 | 2F | 0 | 13 | 12A | 33 | 3E |
| Octal | 313 | 155 | 317 | 2 | 57 | 0 | 23 | 452 | 63 | 76 |
| Binary | 11001011 | 1101101 | 11001111 | 10 | 101111 | 0 | 10011 | 100101010 | 110011 | 111110 |
Color Harmonies of #CB6DCF
Complementary color
Monochromatic Colors of #CB6DCF
Black with #CB6DCF
Text Example
Text Example
White with #CB6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DCF; }
p { color: rgb(203,109,207); }
H1.HeaderClassName
{
color: #CB6DCF;
}
.AnyTagClassName
{
color: #CB6DCF;
}
</style>
background-color css
<style>
a { background-color: #CB6DCF; }
a { background-color: rgb(203,109,207); }
div.DivClassName
{
background-color: #CB6DCF;
}
.BgClassName
{
background-color: #CB6DCF;
}
</style>
border-color css
<style>
span { border-color: #CB6DCF; }
span { border-color: rgb(203,109,207); }
td.TdClassName
{
border-color: #CB6DCF;
}
.TagClassName
{
border-color: #CB6DCF;
}
</style>