Shades of Orchid #D275E3
Tints of Orchid #D275E3
RGB
CMYK
RGB Variations
Color information
#D275E3 (or 0xD275E3) is known color: Orchid. HEX triplet: D2, 75 and E3. RGB value is (210,117,227). Sum of RGB (Red+Green+Blue) = 210+117+227=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #D275E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275E3 is #2D8A1C. Grayscale: #9D9D9D. Windows color (decimal): -2984477 or 14906834. OLE color: 14906834.
HSL color Cylindrical-coordinate representation of color #D275E3: hue angle of 290.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D275E3 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 117 | 227 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.11 |
| HSL | 290.73º | 0.66% | 0.67% | - |
| HSV(B) | 290.73º | 0.48% | 0.89% | - |
| XYZ | 46.8 | 31.97 | 76.38 | - |
| YUV | 157.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 227 | 0.07 | 0.48 | 0 | 0.11 | 290.73 | 0.66 | 0.67 |
| Hex | D2 | 75 | E3 | 7 | 30 | 0 | B | 123 | 42 | 43 |
| Octal | 322 | 165 | 343 | 7 | 60 | 0 | 13 | 443 | 102 | 103 |
| Binary | 11010010 | 1110101 | 11100011 | 111 | 110000 | 0 | 1011 | 100100011 | 1000010 | 1000011 |
Color Harmonies of #D275E3
Complementary color
Monochromatic Colors of #D275E3
Black with #D275E3
Text Example
Text Example
White with #D275E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275E3; }
p { color: rgb(210,117,227); }
H1.HeaderClassName
{
color: #D275E3;
}
.AnyTagClassName
{
color: #D275E3;
}
</style>
background-color css
<style>
a { background-color: #D275E3; }
a { background-color: rgb(210,117,227); }
div.DivClassName
{
background-color: #D275E3;
}
.BgClassName
{
background-color: #D275E3;
}
</style>
border-color css
<style>
span { border-color: #D275E3; }
span { border-color: rgb(210,117,227); }
td.TdClassName
{
border-color: #D275E3;
}
.TagClassName
{
border-color: #D275E3;
}
</style>