Shades of Orchid #D466C9
Tints of Orchid #D466C9
RGB
CMYK
RGB Variations
Color information
#D466C9 (or 0xD466C9) is known color: Orchid. HEX triplet: D4, 66 and C9. RGB value is (212,102,201). Sum of RGB (Red+Green+Blue) = 212+102+201=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C9 is #2B9936. Grayscale: #919191. Windows color (decimal): -2857271 or 13199060. OLE color: 13199060.
HSL color Cylindrical-coordinate representation of color #D466C9: hue angle of 306º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466C9 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 201 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.17 |
| HSL | 306º | 0.56% | 0.62% | - |
| HSV(B) | 306º | 0.52% | 0.83% | - |
| XYZ | 42.45 | 27.72 | 58.37 | - |
| YUV | 146.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 201 | 0 | 0.52 | 0.05 | 0.17 | 306 | 0.56 | 0.62 |
| Hex | D4 | 66 | C9 | 0 | 34 | 5 | 11 | 132 | 38 | 3E |
| Octal | 324 | 146 | 311 | 0 | 64 | 5 | 21 | 462 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11001001 | 0 | 110100 | 101 | 10001 | 100110010 | 111000 | 111110 |
Color Harmonies of #D466C9
Complementary color
Monochromatic Colors of #D466C9
Black with #D466C9
Text Example
Text Example
White with #D466C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466C9; }
p { color: rgb(212,102,201); }
H1.HeaderClassName
{
color: #D466C9;
}
.AnyTagClassName
{
color: #D466C9;
}
</style>
background-color css
<style>
a { background-color: #D466C9; }
a { background-color: rgb(212,102,201); }
div.DivClassName
{
background-color: #D466C9;
}
.BgClassName
{
background-color: #D466C9;
}
</style>
border-color css
<style>
span { border-color: #D466C9; }
span { border-color: rgb(212,102,201); }
td.TdClassName
{
border-color: #D466C9;
}
.TagClassName
{
border-color: #D466C9;
}
</style>