Shades of Orchid #D763CC
Tints of Orchid #D763CC
RGB
CMYK
RGB Variations
Color information
#D763CC (or 0xD763CC) is known color: Orchid. HEX triplet: D7, 63 and CC. RGB value is (215,99,204). Sum of RGB (Red+Green+Blue) = 215+99+204=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CC is #289C33. Grayscale: #919191. Windows color (decimal): -2661428 or 13394903. OLE color: 13394903.
HSL color Cylindrical-coordinate representation of color #D763CC: hue angle of 305.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763CC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 204 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.16 |
| HSL | 305.69º | 0.59% | 0.62% | - |
| HSV(B) | 305.69º | 0.54% | 0.84% | - |
| XYZ | 43.39 | 27.73 | 60.19 | - |
| YUV | 145.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 204 | 0 | 0.54 | 0.05 | 0.16 | 305.69 | 0.59 | 0.62 |
| Hex | D7 | 63 | CC | 0 | 36 | 5 | 10 | 132 | 3B | 3E |
| Octal | 327 | 143 | 314 | 0 | 66 | 5 | 20 | 462 | 73 | 76 |
| Binary | 11010111 | 1100011 | 11001100 | 0 | 110110 | 101 | 10000 | 100110010 | 111011 | 111110 |
Color Harmonies of #D763CC
Complementary color
Monochromatic Colors of #D763CC
Black with #D763CC
Text Example
Text Example
White with #D763CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763CC; }
p { color: rgb(215,99,204); }
H1.HeaderClassName
{
color: #D763CC;
}
.AnyTagClassName
{
color: #D763CC;
}
</style>
background-color css
<style>
a { background-color: #D763CC; }
a { background-color: rgb(215,99,204); }
div.DivClassName
{
background-color: #D763CC;
}
.BgClassName
{
background-color: #D763CC;
}
</style>
border-color css
<style>
span { border-color: #D763CC; }
span { border-color: rgb(215,99,204); }
td.TdClassName
{
border-color: #D763CC;
}
.TagClassName
{
border-color: #D763CC;
}
</style>