Shades of Orchid #D269C5
Tints of Orchid #D269C5
RGB
CMYK
RGB Variations
Color information
#D269C5 (or 0xD269C5) is known color: Orchid. HEX triplet: D2, 69 and C5. RGB value is (210,105,197). Sum of RGB (Red+Green+Blue) = 210+105+197=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C5 is #2D963A. Grayscale: #929292. Windows color (decimal): -2987579 or 12937682. OLE color: 12937682.
HSL color Cylindrical-coordinate representation of color #D269C5: hue angle of 307.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D269C5 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 197 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.18 |
| HSL | 307.43º | 0.54% | 0.62% | - |
| HSV(B) | 307.43º | 0.5% | 0.82% | - |
| XYZ | 41.71 | 27.84 | 56 | - |
| YUV | 146.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 197 | 0 | 0.50 | 0.06 | 0.18 | 307.43 | 0.54 | 0.62 |
| Hex | D2 | 69 | C5 | 0 | 32 | 6 | 12 | 133 | 36 | 3E |
| Octal | 322 | 151 | 305 | 0 | 62 | 6 | 22 | 463 | 66 | 76 |
| Binary | 11010010 | 1101001 | 11000101 | 0 | 110010 | 110 | 10010 | 100110011 | 110110 | 111110 |
Color Harmonies of #D269C5
Complementary color
Monochromatic Colors of #D269C5
Black with #D269C5
Text Example
Text Example
White with #D269C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269C5; }
p { color: rgb(210,105,197); }
H1.HeaderClassName
{
color: #D269C5;
}
.AnyTagClassName
{
color: #D269C5;
}
</style>
background-color css
<style>
a { background-color: #D269C5; }
a { background-color: rgb(210,105,197); }
div.DivClassName
{
background-color: #D269C5;
}
.BgClassName
{
background-color: #D269C5;
}
</style>
border-color css
<style>
span { border-color: #D269C5; }
span { border-color: rgb(210,105,197); }
td.TdClassName
{
border-color: #D269C5;
}
.TagClassName
{
border-color: #D269C5;
}
</style>