Shades of Orchid #CF67DF
Tints of Orchid #CF67DF
RGB
CMYK
RGB Variations
Color information
#CF67DF (or 0xCF67DF) is known color: Orchid. HEX triplet: CF, 67 and DF. RGB value is (207,103,223). Sum of RGB (Red+Green+Blue) = 207+103+223=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67DF is #309820. Grayscale: #939393. Windows color (decimal): -3184673 or 14641103. OLE color: 14641103.
HSL color Cylindrical-coordinate representation of color #CF67DF: hue angle of 292º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF67DF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 103 | 223 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.13 |
| HSL | 292º | 0.65% | 0.64% | - |
| HSV(B) | 292º | 0.54% | 0.87% | - |
| XYZ | 43.9 | 28.29 | 72.96 | - |
| YUV | 147.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 223 | 0.07 | 0.54 | 0 | 0.13 | 292 | 0.65 | 0.64 |
| Hex | CF | 67 | DF | 7 | 36 | 0 | D | 124 | 41 | 40 |
| Octal | 317 | 147 | 337 | 7 | 66 | 0 | 15 | 444 | 101 | 100 |
| Binary | 11001111 | 1100111 | 11011111 | 111 | 110110 | 0 | 1101 | 100100100 | 1000001 | 1000000 |
Color Harmonies of #CF67DF
Complementary color
Monochromatic Colors of #CF67DF
Black with #CF67DF
Text Example
Text Example
White with #CF67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67DF; }
p { color: rgb(207,103,223); }
H1.HeaderClassName
{
color: #CF67DF;
}
.AnyTagClassName
{
color: #CF67DF;
}
</style>
background-color css
<style>
a { background-color: #CF67DF; }
a { background-color: rgb(207,103,223); }
div.DivClassName
{
background-color: #CF67DF;
}
.BgClassName
{
background-color: #CF67DF;
}
</style>
border-color css
<style>
span { border-color: #CF67DF; }
span { border-color: rgb(207,103,223); }
td.TdClassName
{
border-color: #CF67DF;
}
.TagClassName
{
border-color: #CF67DF;
}
</style>