Shades of Orchid #CF68DA
Tints of Orchid #CF68DA
RGB
CMYK
RGB Variations
Color information
#CF68DA (or 0xCF68DA) is known color: Orchid. HEX triplet: CF, 68 and DA. RGB value is (207,104,218). Sum of RGB (Red+Green+Blue) = 207+104+218=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DA is #309725. Grayscale: #939393. Windows color (decimal): -3184422 or 14313679. OLE color: 14313679.
HSL color Cylindrical-coordinate representation of color #CF68DA: hue angle of 294.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF68DA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 104 | 218 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.15 |
| HSL | 294.21º | 0.61% | 0.63% | - |
| HSV(B) | 294.21º | 0.52% | 0.85% | - |
| XYZ | 43.34 | 28.23 | 69.49 | - |
| YUV | 147.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 218 | 0.05 | 0.52 | 0 | 0.15 | 294.21 | 0.61 | 0.63 |
| Hex | CF | 68 | DA | 5 | 34 | 0 | F | 126 | 3D | 3F |
| Octal | 317 | 150 | 332 | 5 | 64 | 0 | 17 | 446 | 75 | 77 |
| Binary | 11001111 | 1101000 | 11011010 | 101 | 110100 | 0 | 1111 | 100100110 | 111101 | 111111 |
Color Harmonies of #CF68DA
Complementary color
Monochromatic Colors of #CF68DA
Black with #CF68DA
Text Example
Text Example
White with #CF68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68DA; }
p { color: rgb(207,104,218); }
H1.HeaderClassName
{
color: #CF68DA;
}
.AnyTagClassName
{
color: #CF68DA;
}
</style>
background-color css
<style>
a { background-color: #CF68DA; }
a { background-color: rgb(207,104,218); }
div.DivClassName
{
background-color: #CF68DA;
}
.BgClassName
{
background-color: #CF68DA;
}
</style>
border-color css
<style>
span { border-color: #CF68DA; }
span { border-color: rgb(207,104,218); }
td.TdClassName
{
border-color: #CF68DA;
}
.TagClassName
{
border-color: #CF68DA;
}
</style>