Shades of Orchid #D367DC
Tints of Orchid #D367DC
RGB
CMYK
RGB Variations
Color information
#D367DC (or 0xD367DC) is known color: Orchid. HEX triplet: D3, 67 and DC. RGB value is (211,103,220). Sum of RGB (Red+Green+Blue) = 211+103+220=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D367DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DC is #2C9823. Grayscale: #949494. Windows color (decimal): -2922532 or 14444499. OLE color: 14444499.
HSL color Cylindrical-coordinate representation of color #D367DC: hue angle of 295.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D367DC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 103 | 220 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.14 |
| HSL | 295.38º | 0.63% | 0.63% | - |
| HSV(B) | 295.38º | 0.53% | 0.86% | - |
| XYZ | 44.63 | 28.72 | 70.9 | - |
| YUV | 148.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 220 | 0.04 | 0.53 | 0 | 0.14 | 295.38 | 0.63 | 0.63 |
| Hex | D3 | 67 | DC | 4 | 35 | 0 | E | 127 | 3F | 3F |
| Octal | 323 | 147 | 334 | 4 | 65 | 0 | 16 | 447 | 77 | 77 |
| Binary | 11010011 | 1100111 | 11011100 | 100 | 110101 | 0 | 1110 | 100100111 | 111111 | 111111 |
Color Harmonies of #D367DC
Complementary color
Monochromatic Colors of #D367DC
Black with #D367DC
Text Example
Text Example
White with #D367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367DC; }
p { color: rgb(211,103,220); }
H1.HeaderClassName
{
color: #D367DC;
}
.AnyTagClassName
{
color: #D367DC;
}
</style>
background-color css
<style>
a { background-color: #D367DC; }
a { background-color: rgb(211,103,220); }
div.DivClassName
{
background-color: #D367DC;
}
.BgClassName
{
background-color: #D367DC;
}
</style>
border-color css
<style>
span { border-color: #D367DC; }
span { border-color: rgb(211,103,220); }
td.TdClassName
{
border-color: #D367DC;
}
.TagClassName
{
border-color: #D367DC;
}
</style>