Shades of Orchid #D665E1
Tints of Orchid #D665E1
RGB
CMYK
RGB Variations
Color information
#D665E1 (or 0xD665E1) is known color: Orchid. HEX triplet: D6, 65 and E1. RGB value is (214,101,225). Sum of RGB (Red+Green+Blue) = 214+101+225=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #D665E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665E1 is #299A1E. Grayscale: #949494. Windows color (decimal): -2726431 or 14771670. OLE color: 14771670.
HSL color Cylindrical-coordinate representation of color #D665E1: hue angle of 294.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D665E1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 101 | 225 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.12 |
| HSL | 294.68º | 0.67% | 0.64% | - |
| HSV(B) | 294.68º | 0.55% | 0.88% | - |
| XYZ | 45.98 | 29.04 | 74.42 | - |
| YUV | 148.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 225 | 0.05 | 0.55 | 0 | 0.12 | 294.68 | 0.67 | 0.64 |
| Hex | D6 | 65 | E1 | 5 | 37 | 0 | C | 127 | 43 | 40 |
| Octal | 326 | 145 | 341 | 5 | 67 | 0 | 14 | 447 | 103 | 100 |
| Binary | 11010110 | 1100101 | 11100001 | 101 | 110111 | 0 | 1100 | 100100111 | 1000011 | 1000000 |
Color Harmonies of #D665E1
Complementary color
Monochromatic Colors of #D665E1
Black with #D665E1
Text Example
Text Example
White with #D665E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665E1; }
p { color: rgb(214,101,225); }
H1.HeaderClassName
{
color: #D665E1;
}
.AnyTagClassName
{
color: #D665E1;
}
</style>
background-color css
<style>
a { background-color: #D665E1; }
a { background-color: rgb(214,101,225); }
div.DivClassName
{
background-color: #D665E1;
}
.BgClassName
{
background-color: #D665E1;
}
</style>
border-color css
<style>
span { border-color: #D665E1; }
span { border-color: rgb(214,101,225); }
td.TdClassName
{
border-color: #D665E1;
}
.TagClassName
{
border-color: #D665E1;
}
</style>