Shades of Orchid #D368CC
Tints of Orchid #D368CC
RGB
CMYK
RGB Variations
Color information
#D368CC (or 0xD368CC) is known color: Orchid. HEX triplet: D3, 68 and CC. RGB value is (211,104,204). Sum of RGB (Red+Green+Blue) = 211+104+204=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D368CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368CC is #2C9733. Grayscale: #939393. Windows color (decimal): -2922292 or 13396179. OLE color: 13396179.
HSL color Cylindrical-coordinate representation of color #D368CC: hue angle of 303.93º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368CC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 204 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.17 |
| HSL | 303.93º | 0.55% | 0.62% | - |
| HSV(B) | 303.93º | 0.51% | 0.83% | - |
| XYZ | 42.71 | 28.11 | 60.3 | - |
| YUV | 147.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 204 | 0 | 0.51 | 0.03 | 0.17 | 303.93 | 0.55 | 0.62 |
| Hex | D3 | 68 | CC | 0 | 33 | 3 | 11 | 130 | 37 | 3E |
| Octal | 323 | 150 | 314 | 0 | 63 | 3 | 21 | 460 | 67 | 76 |
| Binary | 11010011 | 1101000 | 11001100 | 0 | 110011 | 11 | 10001 | 100110000 | 110111 | 111110 |
Color Harmonies of #D368CC
Complementary color
Monochromatic Colors of #D368CC
Black with #D368CC
Text Example
Text Example
White with #D368CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D368CC; }
p { color: rgb(211,104,204); }
H1.HeaderClassName
{
color: #D368CC;
}
.AnyTagClassName
{
color: #D368CC;
}
</style>
background-color css
<style>
a { background-color: #D368CC; }
a { background-color: rgb(211,104,204); }
div.DivClassName
{
background-color: #D368CC;
}
.BgClassName
{
background-color: #D368CC;
}
</style>
border-color css
<style>
span { border-color: #D368CC; }
span { border-color: rgb(211,104,204); }
td.TdClassName
{
border-color: #D368CC;
}
.TagClassName
{
border-color: #D368CC;
}
</style>