Shades of Orchid #D261CA
Tints of Orchid #D261CA
RGB
CMYK
RGB Variations
Color information
#D261CA (or 0xD261CA) is known color: Orchid. HEX triplet: D2, 61 and CA. RGB value is (210,97,202). Sum of RGB (Red+Green+Blue) = 210+97+202=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D261CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261CA is #2D9E35. Grayscale: #8E8E8E. Windows color (decimal): -2989622 or 13263314. OLE color: 13263314.
HSL color Cylindrical-coordinate representation of color #D261CA: hue angle of 304.25º 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 #D261CA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 202 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.18 |
| HSL | 304.25º | 0.56% | 0.6% | - |
| HSV(B) | 304.25º | 0.54% | 0.82% | - |
| XYZ | 41.51 | 26.52 | 58.81 | - |
| YUV | 142.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 202 | 0 | 0.54 | 0.04 | 0.18 | 304.25 | 0.56 | 0.6 |
| Hex | D2 | 61 | CA | 0 | 36 | 4 | 12 | 130 | 38 | 3C |
| Octal | 322 | 141 | 312 | 0 | 66 | 4 | 22 | 460 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11001010 | 0 | 110110 | 100 | 10010 | 100110000 | 111000 | 111100 |
Color Harmonies of #D261CA
Complementary color
Monochromatic Colors of #D261CA
Black with #D261CA
Text Example
Text Example
White with #D261CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261CA; }
p { color: rgb(210,97,202); }
H1.HeaderClassName
{
color: #D261CA;
}
.AnyTagClassName
{
color: #D261CA;
}
</style>
background-color css
<style>
a { background-color: #D261CA; }
a { background-color: rgb(210,97,202); }
div.DivClassName
{
background-color: #D261CA;
}
.BgClassName
{
background-color: #D261CA;
}
</style>
border-color css
<style>
span { border-color: #D261CA; }
span { border-color: rgb(210,97,202); }
td.TdClassName
{
border-color: #D261CA;
}
.TagClassName
{
border-color: #D261CA;
}
</style>