Shades of Orchid #D25FCF
Tints of Orchid #D25FCF
RGB
CMYK
RGB Variations
Color information
#D25FCF (or 0xD25FCF) is known color: Orchid. HEX triplet: D2, 5F and CF. RGB value is (210,95,207). Sum of RGB (Red+Green+Blue) = 210+95+207=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FCF is #2DA030. Grayscale: #8D8D8D. Windows color (decimal): -2990129 or 13590482. OLE color: 13590482.
HSL color Cylindrical-coordinate representation of color #D25FCF: hue angle of 301.57º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FCF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 207 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.57º | 0.56% | 0.6% | - |
| HSV(B) | 301.57º | 0.55% | 0.82% | - |
| XYZ | 41.93 | 26.39 | 61.92 | - |
| YUV | 142.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 207 | 0 | 0.55 | 0.01 | 0.18 | 301.57 | 0.56 | 0.6 |
| Hex | D2 | 5F | CF | 0 | 37 | 1 | 12 | 12E | 38 | 3C |
| Octal | 322 | 137 | 317 | 0 | 67 | 1 | 22 | 456 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11001111 | 0 | 110111 | 1 | 10010 | 100101110 | 111000 | 111100 |
Color Harmonies of #D25FCF
Complementary color
Monochromatic Colors of #D25FCF
Black with #D25FCF
Text Example
Text Example
White with #D25FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FCF; }
p { color: rgb(210,95,207); }
H1.HeaderClassName
{
color: #D25FCF;
}
.AnyTagClassName
{
color: #D25FCF;
}
</style>
background-color css
<style>
a { background-color: #D25FCF; }
a { background-color: rgb(210,95,207); }
div.DivClassName
{
background-color: #D25FCF;
}
.BgClassName
{
background-color: #D25FCF;
}
</style>
border-color css
<style>
span { border-color: #D25FCF; }
span { border-color: rgb(210,95,207); }
td.TdClassName
{
border-color: #D25FCF;
}
.TagClassName
{
border-color: #D25FCF;
}
</style>