Shades of Orchid #CF5DDA
Tints of Orchid #CF5DDA
RGB
CMYK
RGB Variations
Color information
#CF5DDA (or 0xCF5DDA) is known color: Orchid. HEX triplet: CF, 5D and DA. RGB value is (207,93,218). Sum of RGB (Red+Green+Blue) = 207+93+218=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDA is #30A225. Grayscale: #8C8C8C. Windows color (decimal): -3187238 or 14310863. OLE color: 14310863.
HSL color Cylindrical-coordinate representation of color #CF5DDA: hue angle of 294.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5DDA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 93 | 218 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 294.72º | 0.63% | 0.61% | - |
| HSV(B) | 294.72º | 0.57% | 0.85% | - |
| XYZ | 42.3 | 26.16 | 69.15 | - |
| YUV | 141.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 218 | 0.05 | 0.57 | 0 | 0.15 | 294.72 | 0.63 | 0.61 |
| Hex | CF | 5D | DA | 5 | 39 | 0 | F | 127 | 3F | 3D |
| Octal | 317 | 135 | 332 | 5 | 71 | 0 | 17 | 447 | 77 | 75 |
| Binary | 11001111 | 1011101 | 11011010 | 101 | 111001 | 0 | 1111 | 100100111 | 111111 | 111101 |
Color Harmonies of #CF5DDA
Complementary color
Monochromatic Colors of #CF5DDA
Black with #CF5DDA
Text Example
Text Example
White with #CF5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DDA; }
p { color: rgb(207,93,218); }
H1.HeaderClassName
{
color: #CF5DDA;
}
.AnyTagClassName
{
color: #CF5DDA;
}
</style>
background-color css
<style>
a { background-color: #CF5DDA; }
a { background-color: rgb(207,93,218); }
div.DivClassName
{
background-color: #CF5DDA;
}
.BgClassName
{
background-color: #CF5DDA;
}
</style>
border-color css
<style>
span { border-color: #CF5DDA; }
span { border-color: rgb(207,93,218); }
td.TdClassName
{
border-color: #CF5DDA;
}
.TagClassName
{
border-color: #CF5DDA;
}
</style>