Shades of Orchid #CF65DA
Tints of Orchid #CF65DA
RGB
CMYK
RGB Variations
Color information
#CF65DA (or 0xCF65DA) is known color: Orchid. HEX triplet: CF, 65 and DA. RGB value is (207,101,218). Sum of RGB (Red+Green+Blue) = 207+101+218=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DA is #309A25. Grayscale: #919191. Windows color (decimal): -3185190 or 14312911. OLE color: 14312911.
HSL color Cylindrical-coordinate representation of color #CF65DA: hue angle of 294.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF65DA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 101 | 218 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.15 |
| HSL | 294.36º | 0.61% | 0.63% | - |
| HSV(B) | 294.36º | 0.54% | 0.85% | - |
| XYZ | 43.04 | 27.63 | 69.4 | - |
| YUV | 146.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 218 | 0.05 | 0.54 | 0 | 0.15 | 294.36 | 0.61 | 0.63 |
| Hex | CF | 65 | DA | 5 | 36 | 0 | F | 126 | 3D | 3F |
| Octal | 317 | 145 | 332 | 5 | 66 | 0 | 17 | 446 | 75 | 77 |
| Binary | 11001111 | 1100101 | 11011010 | 101 | 110110 | 0 | 1111 | 100100110 | 111101 | 111111 |
Color Harmonies of #CF65DA
Complementary color
Monochromatic Colors of #CF65DA
Black with #CF65DA
Text Example
Text Example
White with #CF65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65DA; }
p { color: rgb(207,101,218); }
H1.HeaderClassName
{
color: #CF65DA;
}
.AnyTagClassName
{
color: #CF65DA;
}
</style>
background-color css
<style>
a { background-color: #CF65DA; }
a { background-color: rgb(207,101,218); }
div.DivClassName
{
background-color: #CF65DA;
}
.BgClassName
{
background-color: #CF65DA;
}
</style>
border-color css
<style>
span { border-color: #CF65DA; }
span { border-color: rgb(207,101,218); }
td.TdClassName
{
border-color: #CF65DA;
}
.TagClassName
{
border-color: #CF65DA;
}
</style>