Shades of Orchid #D365C4
Tints of Orchid #D365C4
RGB
CMYK
RGB Variations
Color information
#D365C4 (or 0xD365C4) is known color: Orchid. HEX triplet: D3, 65 and C4. RGB value is (211,101,196). Sum of RGB (Red+Green+Blue) = 211+101+196=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D365C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365C4 is #2C9A3B. Grayscale: #909090. Windows color (decimal): -2923068 or 12871123. OLE color: 12871123.
HSL color Cylindrical-coordinate representation of color #D365C4: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365C4 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 196 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.17 |
| HSL | 308.18º | 0.56% | 0.61% | - |
| HSV(B) | 308.18º | 0.52% | 0.83% | - |
| XYZ | 41.48 | 27.14 | 55.28 | - |
| YUV | 144.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 196 | 0 | 0.52 | 0.07 | 0.17 | 308.18 | 0.56 | 0.61 |
| Hex | D3 | 65 | C4 | 0 | 34 | 7 | 11 | 134 | 38 | 3D |
| Octal | 323 | 145 | 304 | 0 | 64 | 7 | 21 | 464 | 70 | 75 |
| Binary | 11010011 | 1100101 | 11000100 | 0 | 110100 | 111 | 10001 | 100110100 | 111000 | 111101 |
Color Harmonies of #D365C4
Complementary color
Monochromatic Colors of #D365C4
Black with #D365C4
Text Example
Text Example
White with #D365C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365C4; }
p { color: rgb(211,101,196); }
H1.HeaderClassName
{
color: #D365C4;
}
.AnyTagClassName
{
color: #D365C4;
}
</style>
background-color css
<style>
a { background-color: #D365C4; }
a { background-color: rgb(211,101,196); }
div.DivClassName
{
background-color: #D365C4;
}
.BgClassName
{
background-color: #D365C4;
}
</style>
border-color css
<style>
span { border-color: #D365C4; }
span { border-color: rgb(211,101,196); }
td.TdClassName
{
border-color: #D365C4;
}
.TagClassName
{
border-color: #D365C4;
}
</style>