Shades of Petite Orchid #DC9690
Tints of Petite Orchid #DC9690
RGB
CMYK
RGB Variations
Color information
#DC9690 (or 0xDC9690) is known color: Petite Orchid. HEX triplet: DC, 96 and 90. RGB value is (220,150,144). Sum of RGB (Red+Green+Blue) = 220+150+144=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9690 is #23696F. Grayscale: #AAAAAA. Windows color (decimal): -2320752 or 9475804. OLE color: 9475804.
HSL color Cylindrical-coordinate representation of color #DC9690: hue angle of 4.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9690 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 144 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 4.74º | 0.52% | 0.71% | - |
| HSV(B) | 4.74º | 0.35% | 0.86% | - |
| XYZ | 45.46 | 39.04 | 31.53 | - |
| YUV | 170.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 144 | 0 | 0.32 | 0.35 | 0.14 | 4.74 | 0.52 | 0.71 |
| Hex | DC | 96 | 90 | 0 | 20 | 23 | E | 5 | 34 | 47 |
| Octal | 334 | 226 | 220 | 0 | 40 | 43 | 16 | 5 | 64 | 107 |
| Binary | 11011100 | 10010110 | 10010000 | 0 | 100000 | 100011 | 1110 | 101 | 110100 | 1000111 |
Color Harmonies of #DC9690
Complementary color
Monochromatic Colors of #DC9690
Black with #DC9690
Text Example
Text Example
White with #DC9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9690; }
p { color: rgb(220,150,144); }
H1.HeaderClassName
{
color: #DC9690;
}
.AnyTagClassName
{
color: #DC9690;
}
</style>
background-color css
<style>
a { background-color: #DC9690; }
a { background-color: rgb(220,150,144); }
div.DivClassName
{
background-color: #DC9690;
}
.BgClassName
{
background-color: #DC9690;
}
</style>
border-color css
<style>
span { border-color: #DC9690; }
span { border-color: rgb(220,150,144); }
td.TdClassName
{
border-color: #DC9690;
}
.TagClassName
{
border-color: #DC9690;
}
</style>