Shades of Orchid #D767CE
Tints of Orchid #D767CE
RGB
CMYK
RGB Variations
Color information
#D767CE (or 0xD767CE) is known color: Orchid. HEX triplet: D7, 67 and CE. RGB value is (215,103,206). Sum of RGB (Red+Green+Blue) = 215+103+206=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CE is #289831. Grayscale: #939393. Windows color (decimal): -2660402 or 13526999. OLE color: 13526999.
HSL color Cylindrical-coordinate representation of color #D767CE: hue angle of 304.82º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D767CE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 206 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.16 |
| HSL | 304.82º | 0.58% | 0.62% | - |
| HSV(B) | 304.82º | 0.52% | 0.84% | - |
| XYZ | 44.02 | 28.6 | 61.59 | - |
| YUV | 148.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 206 | 0 | 0.52 | 0.04 | 0.16 | 304.82 | 0.58 | 0.62 |
| Hex | D7 | 67 | CE | 0 | 34 | 4 | 10 | 131 | 3A | 3E |
| Octal | 327 | 147 | 316 | 0 | 64 | 4 | 20 | 461 | 72 | 76 |
| Binary | 11010111 | 1100111 | 11001110 | 0 | 110100 | 100 | 10000 | 100110001 | 111010 | 111110 |
Color Harmonies of #D767CE
Complementary color
Monochromatic Colors of #D767CE
Black with #D767CE
Text Example
Text Example
White with #D767CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767CE; }
p { color: rgb(215,103,206); }
H1.HeaderClassName
{
color: #D767CE;
}
.AnyTagClassName
{
color: #D767CE;
}
</style>
background-color css
<style>
a { background-color: #D767CE; }
a { background-color: rgb(215,103,206); }
div.DivClassName
{
background-color: #D767CE;
}
.BgClassName
{
background-color: #D767CE;
}
</style>
border-color css
<style>
span { border-color: #D767CE; }
span { border-color: rgb(215,103,206); }
td.TdClassName
{
border-color: #D767CE;
}
.TagClassName
{
border-color: #D767CE;
}
</style>