Shades of Orchid #D665E6
Tints of Orchid #D665E6
RGB
CMYK
RGB Variations
Color information
#D665E6 (or 0xD665E6) is known color: Orchid. HEX triplet: D6, 65 and E6. RGB value is (214,101,230). Sum of RGB (Red+Green+Blue) = 214+101+230=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #D665E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665E6 is #299A19. Grayscale: #959595. Windows color (decimal): -2726426 or 15099350. OLE color: 15099350.
HSL color Cylindrical-coordinate representation of color #D665E6: hue angle of 292.56º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D665E6 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 101 | 230 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.10 |
| HSL | 292.56º | 0.72% | 0.65% | - |
| HSV(B) | 292.56º | 0.56% | 0.9% | - |
| XYZ | 46.67 | 29.32 | 78.06 | - |
| YUV | 149.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 230 | 0.07 | 0.56 | 0 | 0.10 | 292.56 | 0.72 | 0.65 |
| Hex | D6 | 65 | E6 | 7 | 38 | 0 | A | 125 | 48 | 41 |
| Octal | 326 | 145 | 346 | 7 | 70 | 0 | 12 | 445 | 110 | 101 |
| Binary | 11010110 | 1100101 | 11100110 | 111 | 111000 | 0 | 1010 | 100100101 | 1001000 | 1000001 |
Color Harmonies of #D665E6
Complementary color
Monochromatic Colors of #D665E6
Black with #D665E6
Text Example
Text Example
White with #D665E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665E6; }
p { color: rgb(214,101,230); }
H1.HeaderClassName
{
color: #D665E6;
}
.AnyTagClassName
{
color: #D665E6;
}
</style>
background-color css
<style>
a { background-color: #D665E6; }
a { background-color: rgb(214,101,230); }
div.DivClassName
{
background-color: #D665E6;
}
.BgClassName
{
background-color: #D665E6;
}
</style>
border-color css
<style>
span { border-color: #D665E6; }
span { border-color: rgb(214,101,230); }
td.TdClassName
{
border-color: #D665E6;
}
.TagClassName
{
border-color: #D665E6;
}
</style>