Shades of Orchid #CF6CBA
Tints of Orchid #CF6CBA
RGB
CMYK
RGB Variations
Color information
#CF6CBA (or 0xCF6CBA) is known color: Orchid. HEX triplet: CF, 6C and BA. RGB value is (207,108,186). Sum of RGB (Red+Green+Blue) = 207+108+186=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CBA is #309345. Grayscale: #929292. Windows color (decimal): -3183430 or 12217551. OLE color: 12217551.
HSL color Cylindrical-coordinate representation of color #CF6CBA: hue angle of 312.73º 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 #CF6CBA is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 186 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.19 |
| HSL | 312.73º | 0.51% | 0.62% | - |
| HSV(B) | 312.73º | 0.48% | 0.81% | - |
| XYZ | 39.96 | 27.54 | 49.66 | - |
| YUV | 146.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 186 | 0 | 0.48 | 0.10 | 0.19 | 312.73 | 0.51 | 0.62 |
| Hex | CF | 6C | BA | 0 | 30 | A | 13 | 139 | 33 | 3E |
| Octal | 317 | 154 | 272 | 0 | 60 | 12 | 23 | 471 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10111010 | 0 | 110000 | 1010 | 10011 | 100111001 | 110011 | 111110 |
Color Harmonies of #CF6CBA
Complementary color
Monochromatic Colors of #CF6CBA
Black with #CF6CBA
Text Example
Text Example
White with #CF6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CBA; }
p { color: rgb(207,108,186); }
H1.HeaderClassName
{
color: #CF6CBA;
}
.AnyTagClassName
{
color: #CF6CBA;
}
</style>
background-color css
<style>
a { background-color: #CF6CBA; }
a { background-color: rgb(207,108,186); }
div.DivClassName
{
background-color: #CF6CBA;
}
.BgClassName
{
background-color: #CF6CBA;
}
</style>
border-color css
<style>
span { border-color: #CF6CBA; }
span { border-color: rgb(207,108,186); }
td.TdClassName
{
border-color: #CF6CBA;
}
.TagClassName
{
border-color: #CF6CBA;
}
</style>