Shades of Orchid #D385C4
Tints of Orchid #D385C4
RGB
CMYK
RGB Variations
Color information
#D385C4 (or 0xD385C4) is known color: Orchid. HEX triplet: D3, 85 and C4. RGB value is (211,133,196). Sum of RGB (Red+Green+Blue) = 211+133+196=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D385C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385C4 is #2C7A3B. Grayscale: #A3A3A3. Windows color (decimal): -2914876 or 12879315. OLE color: 12879315.
HSL color Cylindrical-coordinate representation of color #D385C4: hue angle of 311.54º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385C4 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 196 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.17 |
| HSL | 311.54º | 0.47% | 0.67% | - |
| HSV(B) | 311.54º | 0.37% | 0.83% | - |
| XYZ | 45.22 | 34.61 | 56.52 | - |
| YUV | 163.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 196 | 0 | 0.37 | 0.07 | 0.17 | 311.54 | 0.47 | 0.67 |
| Hex | D3 | 85 | C4 | 0 | 25 | 7 | 11 | 138 | 2F | 43 |
| Octal | 323 | 205 | 304 | 0 | 45 | 7 | 21 | 470 | 57 | 103 |
| Binary | 11010011 | 10000101 | 11000100 | 0 | 100101 | 111 | 10001 | 100111000 | 101111 | 1000011 |
Color Harmonies of #D385C4
Complementary color
Monochromatic Colors of #D385C4
Black with #D385C4
Text Example
Text Example
White with #D385C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385C4; }
p { color: rgb(211,133,196); }
H1.HeaderClassName
{
color: #D385C4;
}
.AnyTagClassName
{
color: #D385C4;
}
</style>
background-color css
<style>
a { background-color: #D385C4; }
a { background-color: rgb(211,133,196); }
div.DivClassName
{
background-color: #D385C4;
}
.BgClassName
{
background-color: #D385C4;
}
</style>
border-color css
<style>
span { border-color: #D385C4; }
span { border-color: rgb(211,133,196); }
td.TdClassName
{
border-color: #D385C4;
}
.TagClassName
{
border-color: #D385C4;
}
</style>