Shades of Orchid #D767BC
Tints of Orchid #D767BC
RGB
CMYK
RGB Variations
Color information
#D767BC (or 0xD767BC) is known color: Orchid. HEX triplet: D7, 67 and BC. RGB value is (215,103,188). Sum of RGB (Red+Green+Blue) = 215+103+188=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D767BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767BC is #289843. Grayscale: #919191. Windows color (decimal): -2660420 or 12347351. OLE color: 12347351.
HSL color Cylindrical-coordinate representation of color #D767BC: hue angle of 314.46º 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 #D767BC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 188 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.16 |
| HSL | 314.46º | 0.58% | 0.62% | - |
| HSV(B) | 314.46º | 0.52% | 0.84% | - |
| XYZ | 41.95 | 27.78 | 50.73 | - |
| YUV | 146.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 188 | 0 | 0.52 | 0.13 | 0.16 | 314.46 | 0.58 | 0.62 |
| Hex | D7 | 67 | BC | 0 | 34 | D | 10 | 13A | 3A | 3E |
| Octal | 327 | 147 | 274 | 0 | 64 | 15 | 20 | 472 | 72 | 76 |
| Binary | 11010111 | 1100111 | 10111100 | 0 | 110100 | 1101 | 10000 | 100111010 | 111010 | 111110 |
Color Harmonies of #D767BC
Complementary color
Monochromatic Colors of #D767BC
Black with #D767BC
Text Example
Text Example
White with #D767BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767BC; }
p { color: rgb(215,103,188); }
H1.HeaderClassName
{
color: #D767BC;
}
.AnyTagClassName
{
color: #D767BC;
}
</style>
background-color css
<style>
a { background-color: #D767BC; }
a { background-color: rgb(215,103,188); }
div.DivClassName
{
background-color: #D767BC;
}
.BgClassName
{
background-color: #D767BC;
}
</style>
border-color css
<style>
span { border-color: #D767BC; }
span { border-color: rgb(215,103,188); }
td.TdClassName
{
border-color: #D767BC;
}
.TagClassName
{
border-color: #D767BC;
}
</style>