Shades of Orchid #D669C5
Tints of Orchid #D669C5
RGB
CMYK
RGB Variations
Color information
#D669C5 (or 0xD669C5) is known color: Orchid. HEX triplet: D6, 69 and C5. RGB value is (214,105,197). Sum of RGB (Red+Green+Blue) = 214+105+197=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C5 is #29963A. Grayscale: #939393. Windows color (decimal): -2725435 or 12937686. OLE color: 12937686.
HSL color Cylindrical-coordinate representation of color #D669C5: hue angle of 309.36º 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 #D669C5 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 197 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.16 |
| HSL | 309.36º | 0.57% | 0.63% | - |
| HSV(B) | 309.36º | 0.51% | 0.84% | - |
| XYZ | 42.86 | 28.43 | 56.05 | - |
| YUV | 148.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 197 | 0 | 0.51 | 0.08 | 0.16 | 309.36 | 0.57 | 0.63 |
| Hex | D6 | 69 | C5 | 0 | 33 | 8 | 10 | 135 | 39 | 3F |
| Octal | 326 | 151 | 305 | 0 | 63 | 10 | 20 | 465 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11000101 | 0 | 110011 | 1000 | 10000 | 100110101 | 111001 | 111111 |
Color Harmonies of #D669C5
Complementary color
Monochromatic Colors of #D669C5
Black with #D669C5
Text Example
Text Example
White with #D669C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669C5; }
p { color: rgb(214,105,197); }
H1.HeaderClassName
{
color: #D669C5;
}
.AnyTagClassName
{
color: #D669C5;
}
</style>
background-color css
<style>
a { background-color: #D669C5; }
a { background-color: rgb(214,105,197); }
div.DivClassName
{
background-color: #D669C5;
}
.BgClassName
{
background-color: #D669C5;
}
</style>
border-color css
<style>
span { border-color: #D669C5; }
span { border-color: rgb(214,105,197); }
td.TdClassName
{
border-color: #D669C5;
}
.TagClassName
{
border-color: #D669C5;
}
</style>