Shades of Orchid #D261C8
Tints of Orchid #D261C8
RGB
CMYK
RGB Variations
Color information
#D261C8 (or 0xD261C8) is known color: Orchid. HEX triplet: D2, 61 and C8. RGB value is (210,97,200). Sum of RGB (Red+Green+Blue) = 210+97+200=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C8 is #2D9E37. Grayscale: #8E8E8E. Windows color (decimal): -2989624 or 13132242. OLE color: 13132242.
HSL color Cylindrical-coordinate representation of color #D261C8: hue angle of 305.31º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261C8 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 200 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.18 |
| HSL | 305.31º | 0.56% | 0.6% | - |
| HSV(B) | 305.31º | 0.54% | 0.82% | - |
| XYZ | 41.28 | 26.42 | 57.57 | - |
| YUV | 142.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 200 | 0 | 0.54 | 0.05 | 0.18 | 305.31 | 0.56 | 0.6 |
| Hex | D2 | 61 | C8 | 0 | 36 | 5 | 12 | 131 | 38 | 3C |
| Octal | 322 | 141 | 310 | 0 | 66 | 5 | 22 | 461 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11001000 | 0 | 110110 | 101 | 10010 | 100110001 | 111000 | 111100 |
Color Harmonies of #D261C8
Complementary color
Monochromatic Colors of #D261C8
Black with #D261C8
Text Example
Text Example
White with #D261C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261C8; }
p { color: rgb(210,97,200); }
H1.HeaderClassName
{
color: #D261C8;
}
.AnyTagClassName
{
color: #D261C8;
}
</style>
background-color css
<style>
a { background-color: #D261C8; }
a { background-color: rgb(210,97,200); }
div.DivClassName
{
background-color: #D261C8;
}
.BgClassName
{
background-color: #D261C8;
}
</style>
border-color css
<style>
span { border-color: #D261C8; }
span { border-color: rgb(210,97,200); }
td.TdClassName
{
border-color: #D261C8;
}
.TagClassName
{
border-color: #D261C8;
}
</style>