Shades of Orchid #D275CB
Tints of Orchid #D275CB
RGB
CMYK
RGB Variations
Color information
#D275CB (or 0xD275CB) is known color: Orchid. HEX triplet: D2, 75 and CB. RGB value is (210,117,203). Sum of RGB (Red+Green+Blue) = 210+117+203=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CB is #2D8A34. Grayscale: #9A9A9A. Windows color (decimal): -2984501 or 13333970. OLE color: 13333970.
HSL color Cylindrical-coordinate representation of color #D275CB: hue angle of 304.52º 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 #D275CB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 203 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 304.52º | 0.51% | 0.64% | - |
| HSV(B) | 304.52º | 0.44% | 0.82% | - |
| XYZ | 43.72 | 30.74 | 60.13 | - |
| YUV | 154.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 203 | 0 | 0.44 | 0.03 | 0.18 | 304.52 | 0.51 | 0.64 |
| Hex | D2 | 75 | CB | 0 | 2C | 3 | 12 | 131 | 33 | 40 |
| Octal | 322 | 165 | 313 | 0 | 54 | 3 | 22 | 461 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11001011 | 0 | 101100 | 11 | 10010 | 100110001 | 110011 | 1000000 |
Color Harmonies of #D275CB
Complementary color
Monochromatic Colors of #D275CB
Black with #D275CB
Text Example
Text Example
White with #D275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275CB; }
p { color: rgb(210,117,203); }
H1.HeaderClassName
{
color: #D275CB;
}
.AnyTagClassName
{
color: #D275CB;
}
</style>
background-color css
<style>
a { background-color: #D275CB; }
a { background-color: rgb(210,117,203); }
div.DivClassName
{
background-color: #D275CB;
}
.BgClassName
{
background-color: #D275CB;
}
</style>
border-color css
<style>
span { border-color: #D275CB; }
span { border-color: rgb(210,117,203); }
td.TdClassName
{
border-color: #D275CB;
}
.TagClassName
{
border-color: #D275CB;
}
</style>