Shades of Orchid #D768C1
Tints of Orchid #D768C1
RGB
CMYK
RGB Variations
Color information
#D768C1 (or 0xD768C1) is known color: Orchid. HEX triplet: D7, 68 and C1. RGB value is (215,104,193). Sum of RGB (Red+Green+Blue) = 215+104+193=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D768C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768C1 is #28973E. Grayscale: #939393. Windows color (decimal): -2660159 or 12675287. OLE color: 12675287.
HSL color Cylindrical-coordinate representation of color #D768C1: hue angle of 311.89º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768C1 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 193 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.16 |
| HSL | 311.89º | 0.58% | 0.63% | - |
| HSV(B) | 311.89º | 0.52% | 0.84% | - |
| XYZ | 42.6 | 28.2 | 53.65 | - |
| YUV | 147.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 193 | 0 | 0.52 | 0.10 | 0.16 | 311.89 | 0.58 | 0.63 |
| Hex | D7 | 68 | C1 | 0 | 34 | A | 10 | 138 | 3A | 3F |
| Octal | 327 | 150 | 301 | 0 | 64 | 12 | 20 | 470 | 72 | 77 |
| Binary | 11010111 | 1101000 | 11000001 | 0 | 110100 | 1010 | 10000 | 100111000 | 111010 | 111111 |
Color Harmonies of #D768C1
Complementary color
Monochromatic Colors of #D768C1
Black with #D768C1
Text Example
Text Example
White with #D768C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768C1; }
p { color: rgb(215,104,193); }
H1.HeaderClassName
{
color: #D768C1;
}
.AnyTagClassName
{
color: #D768C1;
}
</style>
background-color css
<style>
a { background-color: #D768C1; }
a { background-color: rgb(215,104,193); }
div.DivClassName
{
background-color: #D768C1;
}
.BgClassName
{
background-color: #D768C1;
}
</style>
border-color css
<style>
span { border-color: #D768C1; }
span { border-color: rgb(215,104,193); }
td.TdClassName
{
border-color: #D768C1;
}
.TagClassName
{
border-color: #D768C1;
}
</style>