Shades of Orchid #D764C1
Tints of Orchid #D764C1
RGB
CMYK
RGB Variations
Color information
#D764C1 (or 0xD764C1) is known color: Orchid. HEX triplet: D7, 64 and C1. RGB value is (215,100,193). Sum of RGB (Red+Green+Blue) = 215+100+193=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D764C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764C1 is #289B3E. Grayscale: #909090. Windows color (decimal): -2661183 or 12674263. OLE color: 12674263.
HSL color Cylindrical-coordinate representation of color #D764C1: hue angle of 311.48º 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 #D764C1 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 193 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.16 |
| HSL | 311.48º | 0.59% | 0.62% | - |
| HSV(B) | 311.48º | 0.53% | 0.84% | - |
| XYZ | 42.21 | 27.41 | 53.52 | - |
| YUV | 144.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 193 | 0 | 0.53 | 0.10 | 0.16 | 311.48 | 0.59 | 0.62 |
| Hex | D7 | 64 | C1 | 0 | 35 | A | 10 | 137 | 3B | 3E |
| Octal | 327 | 144 | 301 | 0 | 65 | 12 | 20 | 467 | 73 | 76 |
| Binary | 11010111 | 1100100 | 11000001 | 0 | 110101 | 1010 | 10000 | 100110111 | 111011 | 111110 |
Color Harmonies of #D764C1
Complementary color
Monochromatic Colors of #D764C1
Black with #D764C1
Text Example
Text Example
White with #D764C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764C1; }
p { color: rgb(215,100,193); }
H1.HeaderClassName
{
color: #D764C1;
}
.AnyTagClassName
{
color: #D764C1;
}
</style>
background-color css
<style>
a { background-color: #D764C1; }
a { background-color: rgb(215,100,193); }
div.DivClassName
{
background-color: #D764C1;
}
.BgClassName
{
background-color: #D764C1;
}
</style>
border-color css
<style>
span { border-color: #D764C1; }
span { border-color: rgb(215,100,193); }
td.TdClassName
{
border-color: #D764C1;
}
.TagClassName
{
border-color: #D764C1;
}
</style>