Shades of Orchid #CF6FB6
Tints of Orchid #CF6FB6
RGB
CMYK
RGB Variations
Color information
#CF6FB6 (or 0xCF6FB6) is known color: Orchid. HEX triplet: CF, 6F and B6. RGB value is (207,111,182). Sum of RGB (Red+Green+Blue) = 207+111+182=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FB6 is #309049. Grayscale: #939393. Windows color (decimal): -3182666 or 11956175. OLE color: 11956175.
HSL color Cylindrical-coordinate representation of color #CF6FB6: hue angle of 315.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 #CF6FB6 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 182 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.19 |
| HSL | 315.63º | 0.5% | 0.62% | - |
| HSV(B) | 315.63º | 0.46% | 0.81% | - |
| XYZ | 39.86 | 28.01 | 47.56 | - |
| YUV | 147.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 182 | 0 | 0.46 | 0.12 | 0.19 | 315.63 | 0.5 | 0.62 |
| Hex | CF | 6F | B6 | 0 | 2E | C | 13 | 13C | 32 | 3E |
| Octal | 317 | 157 | 266 | 0 | 56 | 14 | 23 | 474 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10110110 | 0 | 101110 | 1100 | 10011 | 100111100 | 110010 | 111110 |
Color Harmonies of #CF6FB6
Complementary color
Monochromatic Colors of #CF6FB6
Black with #CF6FB6
Text Example
Text Example
White with #CF6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FB6; }
p { color: rgb(207,111,182); }
H1.HeaderClassName
{
color: #CF6FB6;
}
.AnyTagClassName
{
color: #CF6FB6;
}
</style>
background-color css
<style>
a { background-color: #CF6FB6; }
a { background-color: rgb(207,111,182); }
div.DivClassName
{
background-color: #CF6FB6;
}
.BgClassName
{
background-color: #CF6FB6;
}
</style>
border-color css
<style>
span { border-color: #CF6FB6; }
span { border-color: rgb(207,111,182); }
td.TdClassName
{
border-color: #CF6FB6;
}
.TagClassName
{
border-color: #CF6FB6;
}
</style>