Shades of Orchid #D369CC
Tints of Orchid #D369CC
RGB
CMYK
RGB Variations
Color information
#D369CC (or 0xD369CC) is known color: Orchid. HEX triplet: D3, 69 and CC. RGB value is (211,105,204). Sum of RGB (Red+Green+Blue) = 211+105+204=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D369CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369CC is #2C9633. Grayscale: #939393. Windows color (decimal): -2922036 or 13396435. OLE color: 13396435.
HSL color Cylindrical-coordinate representation of color #D369CC: hue angle of 303.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369CC is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 204 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.17 |
| HSL | 303.96º | 0.55% | 0.62% | - |
| HSV(B) | 303.96º | 0.5% | 0.83% | - |
| XYZ | 42.81 | 28.31 | 60.33 | - |
| YUV | 147.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 204 | 0 | 0.50 | 0.03 | 0.17 | 303.96 | 0.55 | 0.62 |
| Hex | D3 | 69 | CC | 0 | 32 | 3 | 11 | 130 | 37 | 3E |
| Octal | 323 | 151 | 314 | 0 | 62 | 3 | 21 | 460 | 67 | 76 |
| Binary | 11010011 | 1101001 | 11001100 | 0 | 110010 | 11 | 10001 | 100110000 | 110111 | 111110 |
Color Harmonies of #D369CC
Complementary color
Monochromatic Colors of #D369CC
Black with #D369CC
Text Example
Text Example
White with #D369CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369CC; }
p { color: rgb(211,105,204); }
H1.HeaderClassName
{
color: #D369CC;
}
.AnyTagClassName
{
color: #D369CC;
}
</style>
background-color css
<style>
a { background-color: #D369CC; }
a { background-color: rgb(211,105,204); }
div.DivClassName
{
background-color: #D369CC;
}
.BgClassName
{
background-color: #D369CC;
}
</style>
border-color css
<style>
span { border-color: #D369CC; }
span { border-color: rgb(211,105,204); }
td.TdClassName
{
border-color: #D369CC;
}
.TagClassName
{
border-color: #D369CC;
}
</style>