Shades of Orchid #D266C8
Tints of Orchid #D266C8
RGB
CMYK
RGB Variations
Color information
#D266C8 (or 0xD266C8) is known color: Orchid. HEX triplet: D2, 66 and C8. RGB value is (210,102,200). Sum of RGB (Red+Green+Blue) = 210+102+200=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D266C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266C8 is #2D9937. Grayscale: #919191. Windows color (decimal): -2988344 or 13133522. OLE color: 13133522.
HSL color Cylindrical-coordinate representation of color #D266C8: hue angle of 305.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266C8 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 200 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.18 |
| HSL | 305.56º | 0.55% | 0.61% | - |
| HSV(B) | 305.56º | 0.51% | 0.82% | - |
| XYZ | 41.76 | 27.37 | 57.73 | - |
| YUV | 145.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 200 | 0 | 0.51 | 0.05 | 0.18 | 305.56 | 0.55 | 0.61 |
| Hex | D2 | 66 | C8 | 0 | 33 | 5 | 12 | 132 | 37 | 3D |
| Octal | 322 | 146 | 310 | 0 | 63 | 5 | 22 | 462 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11001000 | 0 | 110011 | 101 | 10010 | 100110010 | 110111 | 111101 |
Color Harmonies of #D266C8
Complementary color
Monochromatic Colors of #D266C8
Black with #D266C8
Text Example
Text Example
White with #D266C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266C8; }
p { color: rgb(210,102,200); }
H1.HeaderClassName
{
color: #D266C8;
}
.AnyTagClassName
{
color: #D266C8;
}
</style>
background-color css
<style>
a { background-color: #D266C8; }
a { background-color: rgb(210,102,200); }
div.DivClassName
{
background-color: #D266C8;
}
.BgClassName
{
background-color: #D266C8;
}
</style>
border-color css
<style>
span { border-color: #D266C8; }
span { border-color: rgb(210,102,200); }
td.TdClassName
{
border-color: #D266C8;
}
.TagClassName
{
border-color: #D266C8;
}
</style>