Shades of Orchid #D669C4
Tints of Orchid #D669C4
RGB
CMYK
RGB Variations
Color information
#D669C4 (or 0xD669C4) is known color: Orchid. HEX triplet: D6, 69 and C4. RGB value is (214,105,196). Sum of RGB (Red+Green+Blue) = 214+105+196=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C4 is #29963B. Grayscale: #939393. Windows color (decimal): -2725436 or 12872150. OLE color: 12872150.
HSL color Cylindrical-coordinate representation of color #D669C4: hue angle of 309.91º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669C4 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 196 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.16 |
| HSL | 309.91º | 0.57% | 0.63% | - |
| HSV(B) | 309.91º | 0.51% | 0.84% | - |
| XYZ | 42.75 | 28.38 | 55.45 | - |
| YUV | 147.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 196 | 0 | 0.51 | 0.08 | 0.16 | 309.91 | 0.57 | 0.63 |
| Hex | D6 | 69 | C4 | 0 | 33 | 8 | 10 | 136 | 39 | 3F |
| Octal | 326 | 151 | 304 | 0 | 63 | 10 | 20 | 466 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11000100 | 0 | 110011 | 1000 | 10000 | 100110110 | 111001 | 111111 |
Color Harmonies of #D669C4
Complementary color
Monochromatic Colors of #D669C4
Black with #D669C4
Text Example
Text Example
White with #D669C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669C4; }
p { color: rgb(214,105,196); }
H1.HeaderClassName
{
color: #D669C4;
}
.AnyTagClassName
{
color: #D669C4;
}
</style>
background-color css
<style>
a { background-color: #D669C4; }
a { background-color: rgb(214,105,196); }
div.DivClassName
{
background-color: #D669C4;
}
.BgClassName
{
background-color: #D669C4;
}
</style>
border-color css
<style>
span { border-color: #D669C4; }
span { border-color: rgb(214,105,196); }
td.TdClassName
{
border-color: #D669C4;
}
.TagClassName
{
border-color: #D669C4;
}
</style>