Shades of Orchid #CF64CF
Tints of Orchid #CF64CF
RGB
CMYK
RGB Variations
Color information
#CF64CF (or 0xCF64CF) is known color: Orchid. HEX triplet: CF, 64 and CF. RGB value is (207,100,207). Sum of RGB (Red+Green+Blue) = 207+100+207=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CF is #309B30. Grayscale: #8F8F8F. Windows color (decimal): -3185457 or 13591759. OLE color: 13591759.
HSL color Cylindrical-coordinate representation of color #CF64CF: hue angle of 300º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64CF is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 207 | - |
| CMYK | 0 | 0.52 | 0 | 0.19 |
| HSL | 300º | 0.53% | 0.6% | - |
| HSV(B) | 300º | 0.52% | 0.81% | - |
| XYZ | 41.55 | 26.88 | 62.03 | - |
| YUV | 144.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 207 | 0 | 0.52 | 0 | 0.19 | 300 | 0.53 | 0.6 |
| Hex | CF | 64 | CF | 0 | 34 | 0 | 13 | 12C | 35 | 3C |
| Octal | 317 | 144 | 317 | 0 | 64 | 0 | 23 | 454 | 65 | 74 |
| Binary | 11001111 | 1100100 | 11001111 | 0 | 110100 | 0 | 10011 | 100101100 | 110101 | 111100 |
Color Harmonies of #CF64CF
Complementary color
Monochromatic Colors of #CF64CF
Black with #CF64CF
Text Example
Text Example
White with #CF64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64CF; }
p { color: rgb(207,100,207); }
H1.HeaderClassName
{
color: #CF64CF;
}
.AnyTagClassName
{
color: #CF64CF;
}
</style>
background-color css
<style>
a { background-color: #CF64CF; }
a { background-color: rgb(207,100,207); }
div.DivClassName
{
background-color: #CF64CF;
}
.BgClassName
{
background-color: #CF64CF;
}
</style>
border-color css
<style>
span { border-color: #CF64CF; }
span { border-color: rgb(207,100,207); }
td.TdClassName
{
border-color: #CF64CF;
}
.TagClassName
{
border-color: #CF64CF;
}
</style>