Shades of Orchid #D275C5
Tints of Orchid #D275C5
RGB
CMYK
RGB Variations
Color information
#D275C5 (or 0xD275C5) is known color: Orchid. HEX triplet: D2, 75 and C5. RGB value is (210,117,197). Sum of RGB (Red+Green+Blue) = 210+117+197=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C5 is #2D8A3A. Grayscale: #999999. Windows color (decimal): -2984507 or 12940754. OLE color: 12940754.
HSL color Cylindrical-coordinate representation of color #D275C5: hue angle of 308.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275C5 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 197 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.18 |
| HSL | 308.39º | 0.51% | 0.64% | - |
| HSV(B) | 308.39º | 0.44% | 0.82% | - |
| XYZ | 43.02 | 30.46 | 56.43 | - |
| YUV | 153.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 197 | 0 | 0.44 | 0.06 | 0.18 | 308.39 | 0.51 | 0.64 |
| Hex | D2 | 75 | C5 | 0 | 2C | 6 | 12 | 134 | 33 | 40 |
| Octal | 322 | 165 | 305 | 0 | 54 | 6 | 22 | 464 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11000101 | 0 | 101100 | 110 | 10010 | 100110100 | 110011 | 1000000 |
Color Harmonies of #D275C5
Complementary color
Monochromatic Colors of #D275C5
Black with #D275C5
Text Example
Text Example
White with #D275C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275C5; }
p { color: rgb(210,117,197); }
H1.HeaderClassName
{
color: #D275C5;
}
.AnyTagClassName
{
color: #D275C5;
}
</style>
background-color css
<style>
a { background-color: #D275C5; }
a { background-color: rgb(210,117,197); }
div.DivClassName
{
background-color: #D275C5;
}
.BgClassName
{
background-color: #D275C5;
}
</style>
border-color css
<style>
span { border-color: #D275C5; }
span { border-color: rgb(210,117,197); }
td.TdClassName
{
border-color: #D275C5;
}
.TagClassName
{
border-color: #D275C5;
}
</style>