Shades of Orchid #D469CF
Tints of Orchid #D469CF
RGB
CMYK
RGB Variations
Color information
#D469CF (or 0xD469CF) is known color: Orchid. HEX triplet: D4, 69 and CF. RGB value is (212,105,207). Sum of RGB (Red+Green+Blue) = 212+105+207=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CF is #2B9630. Grayscale: #949494. Windows color (decimal): -2856497 or 13593044. OLE color: 13593044.
HSL color Cylindrical-coordinate representation of color #D469CF: hue angle of 302.8º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469CF is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 207 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.17 |
| HSL | 302.8º | 0.55% | 0.62% | - |
| HSV(B) | 302.8º | 0.5% | 0.83% | - |
| XYZ | 43.47 | 28.61 | 62.26 | - |
| YUV | 148.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 207 | 0 | 0.50 | 0.02 | 0.17 | 302.8 | 0.55 | 0.62 |
| Hex | D4 | 69 | CF | 0 | 32 | 2 | 11 | 12F | 37 | 3E |
| Octal | 324 | 151 | 317 | 0 | 62 | 2 | 21 | 457 | 67 | 76 |
| Binary | 11010100 | 1101001 | 11001111 | 0 | 110010 | 10 | 10001 | 100101111 | 110111 | 111110 |
Color Harmonies of #D469CF
Complementary color
Monochromatic Colors of #D469CF
Black with #D469CF
Text Example
Text Example
White with #D469CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D469CF; }
p { color: rgb(212,105,207); }
H1.HeaderClassName
{
color: #D469CF;
}
.AnyTagClassName
{
color: #D469CF;
}
</style>
background-color css
<style>
a { background-color: #D469CF; }
a { background-color: rgb(212,105,207); }
div.DivClassName
{
background-color: #D469CF;
}
.BgClassName
{
background-color: #D469CF;
}
</style>
border-color css
<style>
span { border-color: #D469CF; }
span { border-color: rgb(212,105,207); }
td.TdClassName
{
border-color: #D469CF;
}
.TagClassName
{
border-color: #D469CF;
}
</style>