Shades of Orchid #CF64DF
Tints of Orchid #CF64DF
RGB
CMYK
RGB Variations
Color information
#CF64DF (or 0xCF64DF) is known color: Orchid. HEX triplet: CF, 64 and DF. RGB value is (207,100,223). Sum of RGB (Red+Green+Blue) = 207+100+223=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DF is #309B20. Grayscale: #919191. Windows color (decimal): -3185441 or 14640335. OLE color: 14640335.
HSL color Cylindrical-coordinate representation of color #CF64DF: hue angle of 292.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF64DF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 100 | 223 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.13 |
| HSL | 292.2º | 0.66% | 0.63% | - |
| HSV(B) | 292.2º | 0.55% | 0.87% | - |
| XYZ | 43.61 | 27.71 | 72.86 | - |
| YUV | 146.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 223 | 0.07 | 0.55 | 0 | 0.13 | 292.2 | 0.66 | 0.63 |
| Hex | CF | 64 | DF | 7 | 37 | 0 | D | 124 | 42 | 3F |
| Octal | 317 | 144 | 337 | 7 | 67 | 0 | 15 | 444 | 102 | 77 |
| Binary | 11001111 | 1100100 | 11011111 | 111 | 110111 | 0 | 1101 | 100100100 | 1000010 | 111111 |
Color Harmonies of #CF64DF
Complementary color
Monochromatic Colors of #CF64DF
Black with #CF64DF
Text Example
Text Example
White with #CF64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64DF; }
p { color: rgb(207,100,223); }
H1.HeaderClassName
{
color: #CF64DF;
}
.AnyTagClassName
{
color: #CF64DF;
}
</style>
background-color css
<style>
a { background-color: #CF64DF; }
a { background-color: rgb(207,100,223); }
div.DivClassName
{
background-color: #CF64DF;
}
.BgClassName
{
background-color: #CF64DF;
}
</style>
border-color css
<style>
span { border-color: #CF64DF; }
span { border-color: rgb(207,100,223); }
td.TdClassName
{
border-color: #CF64DF;
}
.TagClassName
{
border-color: #CF64DF;
}
</style>