Shades of Orchid #D275CC
Tints of Orchid #D275CC
RGB
CMYK
RGB Variations
Color information
#D275CC (or 0xD275CC) is known color: Orchid. HEX triplet: D2, 75 and CC. RGB value is (210,117,204). Sum of RGB (Red+Green+Blue) = 210+117+204=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CC is #2D8A33. Grayscale: #9A9A9A. Windows color (decimal): -2984500 or 13399506. OLE color: 13399506.
HSL color Cylindrical-coordinate representation of color #D275CC: hue angle of 303.87º 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 #D275CC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 204 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 303.87º | 0.51% | 0.64% | - |
| HSV(B) | 303.87º | 0.44% | 0.82% | - |
| XYZ | 43.84 | 30.78 | 60.76 | - |
| YUV | 154.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 204 | 0 | 0.44 | 0.03 | 0.18 | 303.87 | 0.51 | 0.64 |
| Hex | D2 | 75 | CC | 0 | 2C | 3 | 12 | 130 | 33 | 40 |
| Octal | 322 | 165 | 314 | 0 | 54 | 3 | 22 | 460 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11001100 | 0 | 101100 | 11 | 10010 | 100110000 | 110011 | 1000000 |
Color Harmonies of #D275CC
Complementary color
Monochromatic Colors of #D275CC
Black with #D275CC
Text Example
Text Example
White with #D275CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275CC; }
p { color: rgb(210,117,204); }
H1.HeaderClassName
{
color: #D275CC;
}
.AnyTagClassName
{
color: #D275CC;
}
</style>
background-color css
<style>
a { background-color: #D275CC; }
a { background-color: rgb(210,117,204); }
div.DivClassName
{
background-color: #D275CC;
}
.BgClassName
{
background-color: #D275CC;
}
</style>
border-color css
<style>
span { border-color: #D275CC; }
span { border-color: rgb(210,117,204); }
td.TdClassName
{
border-color: #D275CC;
}
.TagClassName
{
border-color: #D275CC;
}
</style>