Shades of Orchid #D764CC
Tints of Orchid #D764CC
RGB
CMYK
RGB Variations
Color information
#D764CC (or 0xD764CC) is known color: Orchid. HEX triplet: D7, 64 and CC. RGB value is (215,100,204). Sum of RGB (Red+Green+Blue) = 215+100+204=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CC is #289B33. Grayscale: #919191. Windows color (decimal): -2661172 or 13395159. OLE color: 13395159.
HSL color Cylindrical-coordinate representation of color #D764CC: hue angle of 305.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764CC is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 204 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.16 |
| HSL | 305.74º | 0.59% | 0.62% | - |
| HSV(B) | 305.74º | 0.53% | 0.84% | - |
| XYZ | 43.48 | 27.92 | 60.22 | - |
| YUV | 146.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 204 | 0 | 0.53 | 0.05 | 0.16 | 305.74 | 0.59 | 0.62 |
| Hex | D7 | 64 | CC | 0 | 35 | 5 | 10 | 132 | 3B | 3E |
| Octal | 327 | 144 | 314 | 0 | 65 | 5 | 20 | 462 | 73 | 76 |
| Binary | 11010111 | 1100100 | 11001100 | 0 | 110101 | 101 | 10000 | 100110010 | 111011 | 111110 |
Color Harmonies of #D764CC
Complementary color
Monochromatic Colors of #D764CC
Black with #D764CC
Text Example
Text Example
White with #D764CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764CC; }
p { color: rgb(215,100,204); }
H1.HeaderClassName
{
color: #D764CC;
}
.AnyTagClassName
{
color: #D764CC;
}
</style>
background-color css
<style>
a { background-color: #D764CC; }
a { background-color: rgb(215,100,204); }
div.DivClassName
{
background-color: #D764CC;
}
.BgClassName
{
background-color: #D764CC;
}
</style>
border-color css
<style>
span { border-color: #D764CC; }
span { border-color: rgb(215,100,204); }
td.TdClassName
{
border-color: #D764CC;
}
.TagClassName
{
border-color: #D764CC;
}
</style>