Shades of Orchid #CF64CD
Tints of Orchid #CF64CD
RGB
CMYK
RGB Variations
Color information
#CF64CD (or 0xCF64CD) is known color: Orchid. HEX triplet: CF, 64 and CD. RGB value is (207,100,205). Sum of RGB (Red+Green+Blue) = 207+100+205=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CD is #309B32. Grayscale: #8F8F8F. Windows color (decimal): -3185459 or 13460687. OLE color: 13460687.
HSL color Cylindrical-coordinate representation of color #CF64CD: hue angle of 301.12º 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 #CF64CD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 205 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.19 |
| HSL | 301.12º | 0.53% | 0.6% | - |
| HSV(B) | 301.12º | 0.52% | 0.81% | - |
| XYZ | 41.31 | 26.79 | 60.75 | - |
| YUV | 143.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 205 | 0 | 0.52 | 0.01 | 0.19 | 301.12 | 0.53 | 0.6 |
| Hex | CF | 64 | CD | 0 | 34 | 1 | 13 | 12D | 35 | 3C |
| Octal | 317 | 144 | 315 | 0 | 64 | 1 | 23 | 455 | 65 | 74 |
| Binary | 11001111 | 1100100 | 11001101 | 0 | 110100 | 1 | 10011 | 100101101 | 110101 | 111100 |
Color Harmonies of #CF64CD
Complementary color
Monochromatic Colors of #CF64CD
Black with #CF64CD
Text Example
Text Example
White with #CF64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64CD; }
p { color: rgb(207,100,205); }
H1.HeaderClassName
{
color: #CF64CD;
}
.AnyTagClassName
{
color: #CF64CD;
}
</style>
background-color css
<style>
a { background-color: #CF64CD; }
a { background-color: rgb(207,100,205); }
div.DivClassName
{
background-color: #CF64CD;
}
.BgClassName
{
background-color: #CF64CD;
}
</style>
border-color css
<style>
span { border-color: #CF64CD; }
span { border-color: rgb(207,100,205); }
td.TdClassName
{
border-color: #CF64CD;
}
.TagClassName
{
border-color: #CF64CD;
}
</style>