Shades of Orchid #D775C4
Tints of Orchid #D775C4
RGB
CMYK
RGB Variations
Color information
#D775C4 (or 0xD775C4) is known color: Orchid. HEX triplet: D7, 75 and C4. RGB value is (215,117,196). Sum of RGB (Red+Green+Blue) = 215+117+196=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D775C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775C4 is #288A3B. Grayscale: #9B9B9B. Windows color (decimal): -2656828 or 12875223. OLE color: 12875223.
HSL color Cylindrical-coordinate representation of color #D775C4: hue angle of 311.63º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775C4 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 196 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.16 |
| HSL | 311.63º | 0.55% | 0.65% | - |
| HSV(B) | 311.63º | 0.46% | 0.84% | - |
| XYZ | 44.35 | 31.16 | 55.9 | - |
| YUV | 155.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 196 | 0 | 0.46 | 0.09 | 0.16 | 311.63 | 0.55 | 0.65 |
| Hex | D7 | 75 | C4 | 0 | 2E | 9 | 10 | 138 | 37 | 41 |
| Octal | 327 | 165 | 304 | 0 | 56 | 11 | 20 | 470 | 67 | 101 |
| Binary | 11010111 | 1110101 | 11000100 | 0 | 101110 | 1001 | 10000 | 100111000 | 110111 | 1000001 |
Color Harmonies of #D775C4
Complementary color
Monochromatic Colors of #D775C4
Black with #D775C4
Text Example
Text Example
White with #D775C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775C4; }
p { color: rgb(215,117,196); }
H1.HeaderClassName
{
color: #D775C4;
}
.AnyTagClassName
{
color: #D775C4;
}
</style>
background-color css
<style>
a { background-color: #D775C4; }
a { background-color: rgb(215,117,196); }
div.DivClassName
{
background-color: #D775C4;
}
.BgClassName
{
background-color: #D775C4;
}
</style>
border-color css
<style>
span { border-color: #D775C4; }
span { border-color: rgb(215,117,196); }
td.TdClassName
{
border-color: #D775C4;
}
.TagClassName
{
border-color: #D775C4;
}
</style>