Shades of Orchid #CB6CCF
Tints of Orchid #CB6CCF
RGB
CMYK
RGB Variations
Color information
#CB6CCF (or 0xCB6CCF) is known color: Orchid. HEX triplet: CB, 6C and CF. RGB value is (203,108,207). Sum of RGB (Red+Green+Blue) = 203+108+207=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CCF is #349330. Grayscale: #939393. Windows color (decimal): -3445553 or 13593803. OLE color: 13593803.
HSL color Cylindrical-coordinate representation of color #CB6CCF: hue angle of 297.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6CCF is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 108 | 207 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.19 |
| HSL | 297.58º | 0.51% | 0.62% | - |
| HSV(B) | 297.58º | 0.48% | 0.81% | - |
| XYZ | 41.25 | 27.93 | 62.25 | - |
| YUV | 147.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 207 | 0.02 | 0.48 | 0 | 0.19 | 297.58 | 0.51 | 0.62 |
| Hex | CB | 6C | CF | 2 | 30 | 0 | 13 | 12A | 33 | 3E |
| Octal | 313 | 154 | 317 | 2 | 60 | 0 | 23 | 452 | 63 | 76 |
| Binary | 11001011 | 1101100 | 11001111 | 10 | 110000 | 0 | 10011 | 100101010 | 110011 | 111110 |
Color Harmonies of #CB6CCF
Complementary color
Monochromatic Colors of #CB6CCF
Black with #CB6CCF
Text Example
Text Example
White with #CB6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CCF; }
p { color: rgb(203,108,207); }
H1.HeaderClassName
{
color: #CB6CCF;
}
.AnyTagClassName
{
color: #CB6CCF;
}
</style>
background-color css
<style>
a { background-color: #CB6CCF; }
a { background-color: rgb(203,108,207); }
div.DivClassName
{
background-color: #CB6CCF;
}
.BgClassName
{
background-color: #CB6CCF;
}
</style>
border-color css
<style>
span { border-color: #CB6CCF; }
span { border-color: rgb(203,108,207); }
td.TdClassName
{
border-color: #CB6CCF;
}
.TagClassName
{
border-color: #CB6CCF;
}
</style>