Shades of Orchid #D466C8
Tints of Orchid #D466C8
RGB
CMYK
RGB Variations
Color information
#D466C8 (or 0xD466C8) is known color: Orchid. HEX triplet: D4, 66 and C8. RGB value is (212,102,200). Sum of RGB (Red+Green+Blue) = 212+102+200=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C8 is #2B9937. Grayscale: #919191. Windows color (decimal): -2857272 or 13133524. OLE color: 13133524.
HSL color Cylindrical-coordinate representation of color #D466C8: hue angle of 306.55º 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 #D466C8 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 200 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.17 |
| HSL | 306.55º | 0.56% | 0.62% | - |
| HSV(B) | 306.55º | 0.52% | 0.83% | - |
| XYZ | 42.33 | 27.67 | 57.75 | - |
| YUV | 146.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 200 | 0 | 0.52 | 0.06 | 0.17 | 306.55 | 0.56 | 0.62 |
| Hex | D4 | 66 | C8 | 0 | 34 | 6 | 11 | 133 | 38 | 3E |
| Octal | 324 | 146 | 310 | 0 | 64 | 6 | 21 | 463 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11001000 | 0 | 110100 | 110 | 10001 | 100110011 | 111000 | 111110 |
Color Harmonies of #D466C8
Complementary color
Monochromatic Colors of #D466C8
Black with #D466C8
Text Example
Text Example
White with #D466C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466C8; }
p { color: rgb(212,102,200); }
H1.HeaderClassName
{
color: #D466C8;
}
.AnyTagClassName
{
color: #D466C8;
}
</style>
background-color css
<style>
a { background-color: #D466C8; }
a { background-color: rgb(212,102,200); }
div.DivClassName
{
background-color: #D466C8;
}
.BgClassName
{
background-color: #D466C8;
}
</style>
border-color css
<style>
span { border-color: #D466C8; }
span { border-color: rgb(212,102,200); }
td.TdClassName
{
border-color: #D466C8;
}
.TagClassName
{
border-color: #D466C8;
}
</style>