Shades of Orchid #D665E2
Tints of Orchid #D665E2
RGB
CMYK
RGB Variations
Color information
#D665E2 (or 0xD665E2) is known color: Orchid. HEX triplet: D6, 65 and E2. RGB value is (214,101,226). Sum of RGB (Red+Green+Blue) = 214+101+226=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #D665E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665E2 is #299A1D. Grayscale: #949494. Windows color (decimal): -2726430 or 14837206. OLE color: 14837206.
HSL color Cylindrical-coordinate representation of color #D665E2: hue angle of 294.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D665E2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 101 | 226 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.11 |
| HSL | 294.24º | 0.68% | 0.64% | - |
| HSV(B) | 294.24º | 0.55% | 0.89% | - |
| XYZ | 46.11 | 29.09 | 75.14 | - |
| YUV | 149.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 226 | 0.05 | 0.55 | 0 | 0.11 | 294.24 | 0.68 | 0.64 |
| Hex | D6 | 65 | E2 | 5 | 37 | 0 | B | 126 | 44 | 40 |
| Octal | 326 | 145 | 342 | 5 | 67 | 0 | 13 | 446 | 104 | 100 |
| Binary | 11010110 | 1100101 | 11100010 | 101 | 110111 | 0 | 1011 | 100100110 | 1000100 | 1000000 |
Color Harmonies of #D665E2
Complementary color
Monochromatic Colors of #D665E2
Black with #D665E2
Text Example
Text Example
White with #D665E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665E2; }
p { color: rgb(214,101,226); }
H1.HeaderClassName
{
color: #D665E2;
}
.AnyTagClassName
{
color: #D665E2;
}
</style>
background-color css
<style>
a { background-color: #D665E2; }
a { background-color: rgb(214,101,226); }
div.DivClassName
{
background-color: #D665E2;
}
.BgClassName
{
background-color: #D665E2;
}
</style>
border-color css
<style>
span { border-color: #D665E2; }
span { border-color: rgb(214,101,226); }
td.TdClassName
{
border-color: #D665E2;
}
.TagClassName
{
border-color: #D665E2;
}
</style>