Shades of Orchid #D469CB
Tints of Orchid #D469CB
RGB
CMYK
RGB Variations
Color information
#D469CB (or 0xD469CB) is known color: Orchid. HEX triplet: D4, 69 and CB. RGB value is (212,105,203). Sum of RGB (Red+Green+Blue) = 212+105+203=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CB is #2B9634. Grayscale: #939393. Windows color (decimal): -2856501 or 13330900. OLE color: 13330900.
HSL color Cylindrical-coordinate representation of color #D469CB: hue angle of 305.05º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469CB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 203 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.17 |
| HSL | 305.05º | 0.55% | 0.62% | - |
| HSV(B) | 305.05º | 0.5% | 0.83% | - |
| XYZ | 42.98 | 28.41 | 59.72 | - |
| YUV | 148.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 203 | 0 | 0.50 | 0.04 | 0.17 | 305.05 | 0.55 | 0.62 |
| Hex | D4 | 69 | CB | 0 | 32 | 4 | 11 | 131 | 37 | 3E |
| Octal | 324 | 151 | 313 | 0 | 62 | 4 | 21 | 461 | 67 | 76 |
| Binary | 11010100 | 1101001 | 11001011 | 0 | 110010 | 100 | 10001 | 100110001 | 110111 | 111110 |
Color Harmonies of #D469CB
Complementary color
Monochromatic Colors of #D469CB
Black with #D469CB
Text Example
Text Example
White with #D469CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D469CB; }
p { color: rgb(212,105,203); }
H1.HeaderClassName
{
color: #D469CB;
}
.AnyTagClassName
{
color: #D469CB;
}
</style>
background-color css
<style>
a { background-color: #D469CB; }
a { background-color: rgb(212,105,203); }
div.DivClassName
{
background-color: #D469CB;
}
.BgClassName
{
background-color: #D469CB;
}
</style>
border-color css
<style>
span { border-color: #D469CB; }
span { border-color: rgb(212,105,203); }
td.TdClassName
{
border-color: #D469CB;
}
.TagClassName
{
border-color: #D469CB;
}
</style>