Shades of Orchid #CF64CA
Tints of Orchid #CF64CA
RGB
CMYK
RGB Variations
Color information
#CF64CA (or 0xCF64CA) is known color: Orchid. HEX triplet: CF, 64 and CA. RGB value is (207,100,202). Sum of RGB (Red+Green+Blue) = 207+100+202=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CA is #309B35. Grayscale: #8F8F8F. Windows color (decimal): -3185462 or 13264079. OLE color: 13264079.
HSL color Cylindrical-coordinate representation of color #CF64CA: hue angle of 302.8º 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 #CF64CA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 202 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.19 |
| HSL | 302.8º | 0.53% | 0.6% | - |
| HSV(B) | 302.8º | 0.52% | 0.81% | - |
| XYZ | 40.95 | 26.64 | 58.86 | - |
| YUV | 143.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 202 | 0 | 0.52 | 0.02 | 0.19 | 302.8 | 0.53 | 0.6 |
| Hex | CF | 64 | CA | 0 | 34 | 2 | 13 | 12F | 35 | 3C |
| Octal | 317 | 144 | 312 | 0 | 64 | 2 | 23 | 457 | 65 | 74 |
| Binary | 11001111 | 1100100 | 11001010 | 0 | 110100 | 10 | 10011 | 100101111 | 110101 | 111100 |
Color Harmonies of #CF64CA
Complementary color
Monochromatic Colors of #CF64CA
Black with #CF64CA
Text Example
Text Example
White with #CF64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64CA; }
p { color: rgb(207,100,202); }
H1.HeaderClassName
{
color: #CF64CA;
}
.AnyTagClassName
{
color: #CF64CA;
}
</style>
background-color css
<style>
a { background-color: #CF64CA; }
a { background-color: rgb(207,100,202); }
div.DivClassName
{
background-color: #CF64CA;
}
.BgClassName
{
background-color: #CF64CA;
}
</style>
border-color css
<style>
span { border-color: #CF64CA; }
span { border-color: rgb(207,100,202); }
td.TdClassName
{
border-color: #CF64CA;
}
.TagClassName
{
border-color: #CF64CA;
}
</style>