Shades of Orchid #CF6FCF
Tints of Orchid #CF6FCF
RGB
CMYK
RGB Variations
Color information
#CF6FCF (or 0xCF6FCF) is known color: Orchid. HEX triplet: CF, 6F and CF. RGB value is (207,111,207). Sum of RGB (Red+Green+Blue) = 207+111+207=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCF is #309030. Grayscale: #969696. Windows color (decimal): -3182641 or 13594575. OLE color: 13594575.
HSL color Cylindrical-coordinate representation of color #CF6FCF: hue angle of 300º 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 #CF6FCF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 207 | - |
| CMYK | 0 | 0.46 | 0 | 0.19 |
| HSL | 300º | 0.5% | 0.62% | - |
| HSV(B) | 300º | 0.46% | 0.81% | - |
| XYZ | 42.68 | 29.14 | 62.41 | - |
| YUV | 150.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 207 | 0 | 0.46 | 0 | 0.19 | 300 | 0.5 | 0.62 |
| Hex | CF | 6F | CF | 0 | 2E | 0 | 13 | 12C | 32 | 3E |
| Octal | 317 | 157 | 317 | 0 | 56 | 0 | 23 | 454 | 62 | 76 |
| Binary | 11001111 | 1101111 | 11001111 | 0 | 101110 | 0 | 10011 | 100101100 | 110010 | 111110 |
Color Harmonies of #CF6FCF
Complementary color
Monochromatic Colors of #CF6FCF
Black with #CF6FCF
Text Example
Text Example
White with #CF6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FCF; }
p { color: rgb(207,111,207); }
H1.HeaderClassName
{
color: #CF6FCF;
}
.AnyTagClassName
{
color: #CF6FCF;
}
</style>
background-color css
<style>
a { background-color: #CF6FCF; }
a { background-color: rgb(207,111,207); }
div.DivClassName
{
background-color: #CF6FCF;
}
.BgClassName
{
background-color: #CF6FCF;
}
</style>
border-color css
<style>
span { border-color: #CF6FCF; }
span { border-color: rgb(207,111,207); }
td.TdClassName
{
border-color: #CF6FCF;
}
.TagClassName
{
border-color: #CF6FCF;
}
</style>