Shades of Orchid #CF6FCE
Tints of Orchid #CF6FCE
RGB
CMYK
RGB Variations
Color information
#CF6FCE (or 0xCF6FCE) is known color: Orchid. HEX triplet: CF, 6F and CE. RGB value is (207,111,206). Sum of RGB (Red+Green+Blue) = 207+111+206=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCE is #309031. Grayscale: #969696. Windows color (decimal): -3182642 or 13529039. OLE color: 13529039.
HSL color Cylindrical-coordinate representation of color #CF6FCE: hue angle of 300.62º 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 #CF6FCE is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 206 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.19 |
| HSL | 300.63º | 0.5% | 0.62% | - |
| HSV(B) | 300.63º | 0.46% | 0.81% | - |
| XYZ | 42.56 | 29.09 | 61.76 | - |
| YUV | 150.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 206 | 0 | 0.46 | 0.00 | 0.19 | 300.63 | 0.5 | 0.62 |
| Hex | CF | 6F | CE | 0 | 2E | 0 | 13 | 12D | 32 | 3E |
| Octal | 317 | 157 | 316 | 0 | 56 | 0 | 23 | 455 | 62 | 76 |
| Binary | 11001111 | 1101111 | 11001110 | 0 | 101110 | 0 | 10011 | 100101101 | 110010 | 111110 |
Color Harmonies of #CF6FCE
Complementary color
Monochromatic Colors of #CF6FCE
Black with #CF6FCE
Text Example
Text Example
White with #CF6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FCE; }
p { color: rgb(207,111,206); }
H1.HeaderClassName
{
color: #CF6FCE;
}
.AnyTagClassName
{
color: #CF6FCE;
}
</style>
background-color css
<style>
a { background-color: #CF6FCE; }
a { background-color: rgb(207,111,206); }
div.DivClassName
{
background-color: #CF6FCE;
}
.BgClassName
{
background-color: #CF6FCE;
}
</style>
border-color css
<style>
span { border-color: #CF6FCE; }
span { border-color: rgb(207,111,206); }
td.TdClassName
{
border-color: #CF6FCE;
}
.TagClassName
{
border-color: #CF6FCE;
}
</style>