Shades of Orchid #CF64DA
Tints of Orchid #CF64DA
RGB
CMYK
RGB Variations
Color information
#CF64DA (or 0xCF64DA) is known color: Orchid. HEX triplet: CF, 64 and DA. RGB value is (207,100,218). Sum of RGB (Red+Green+Blue) = 207+100+218=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DA is #309B25. Grayscale: #919191. Windows color (decimal): -3185446 or 14312655. OLE color: 14312655.
HSL color Cylindrical-coordinate representation of color #CF64DA: hue angle of 294.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF64DA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 100 | 218 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.15 |
| HSL | 294.41º | 0.61% | 0.62% | - |
| HSV(B) | 294.41º | 0.54% | 0.85% | - |
| XYZ | 42.94 | 27.44 | 69.36 | - |
| YUV | 145.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 218 | 0.05 | 0.54 | 0 | 0.15 | 294.41 | 0.61 | 0.62 |
| Hex | CF | 64 | DA | 5 | 36 | 0 | F | 126 | 3D | 3E |
| Octal | 317 | 144 | 332 | 5 | 66 | 0 | 17 | 446 | 75 | 76 |
| Binary | 11001111 | 1100100 | 11011010 | 101 | 110110 | 0 | 1111 | 100100110 | 111101 | 111110 |
Color Harmonies of #CF64DA
Complementary color
Monochromatic Colors of #CF64DA
Black with #CF64DA
Text Example
Text Example
White with #CF64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64DA; }
p { color: rgb(207,100,218); }
H1.HeaderClassName
{
color: #CF64DA;
}
.AnyTagClassName
{
color: #CF64DA;
}
</style>
background-color css
<style>
a { background-color: #CF64DA; }
a { background-color: rgb(207,100,218); }
div.DivClassName
{
background-color: #CF64DA;
}
.BgClassName
{
background-color: #CF64DA;
}
</style>
border-color css
<style>
span { border-color: #CF64DA; }
span { border-color: rgb(207,100,218); }
td.TdClassName
{
border-color: #CF64DA;
}
.TagClassName
{
border-color: #CF64DA;
}
</style>