Shades of Orchid #CF6CBE
Tints of Orchid #CF6CBE
RGB
CMYK
RGB Variations
Color information
#CF6CBE (or 0xCF6CBE) is known color: Orchid. HEX triplet: CF, 6C and BE. RGB value is (207,108,190). Sum of RGB (Red+Green+Blue) = 207+108+190=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CBE is #309341. Grayscale: #929292. Windows color (decimal): -3183426 or 12479695. OLE color: 12479695.
HSL color Cylindrical-coordinate representation of color #CF6CBE: hue angle of 310.3º 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 #CF6CBE is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 190 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.19 |
| HSL | 310.3º | 0.51% | 0.62% | - |
| HSV(B) | 310.3º | 0.48% | 0.81% | - |
| XYZ | 40.39 | 27.71 | 51.93 | - |
| YUV | 146.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 190 | 0 | 0.48 | 0.08 | 0.19 | 310.3 | 0.51 | 0.62 |
| Hex | CF | 6C | BE | 0 | 30 | 8 | 13 | 136 | 33 | 3E |
| Octal | 317 | 154 | 276 | 0 | 60 | 10 | 23 | 466 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10111110 | 0 | 110000 | 1000 | 10011 | 100110110 | 110011 | 111110 |
Color Harmonies of #CF6CBE
Complementary color
Monochromatic Colors of #CF6CBE
Black with #CF6CBE
Text Example
Text Example
White with #CF6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CBE; }
p { color: rgb(207,108,190); }
H1.HeaderClassName
{
color: #CF6CBE;
}
.AnyTagClassName
{
color: #CF6CBE;
}
</style>
background-color css
<style>
a { background-color: #CF6CBE; }
a { background-color: rgb(207,108,190); }
div.DivClassName
{
background-color: #CF6CBE;
}
.BgClassName
{
background-color: #CF6CBE;
}
</style>
border-color css
<style>
span { border-color: #CF6CBE; }
span { border-color: rgb(207,108,190); }
td.TdClassName
{
border-color: #CF6CBE;
}
.TagClassName
{
border-color: #CF6CBE;
}
</style>