Shades of Orchid #D26CC2
Tints of Orchid #D26CC2
RGB
CMYK
RGB Variations
Color information
#D26CC2 (or 0xD26CC2) is known color: Orchid. HEX triplet: D2, 6C and C2. RGB value is (210,108,194). Sum of RGB (Red+Green+Blue) = 210+108+194=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CC2 is #2D933D. Grayscale: #949494. Windows color (decimal): -2986814 or 12741842. OLE color: 12741842.
HSL color Cylindrical-coordinate representation of color #D26CC2: hue angle of 309.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26CC2 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 194 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.18 |
| HSL | 309.41º | 0.53% | 0.62% | - |
| HSV(B) | 309.41º | 0.49% | 0.82% | - |
| XYZ | 41.68 | 28.32 | 54.31 | - |
| YUV | 148.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 194 | 0 | 0.49 | 0.08 | 0.18 | 309.41 | 0.53 | 0.62 |
| Hex | D2 | 6C | C2 | 0 | 31 | 8 | 12 | 135 | 35 | 3E |
| Octal | 322 | 154 | 302 | 0 | 61 | 10 | 22 | 465 | 65 | 76 |
| Binary | 11010010 | 1101100 | 11000010 | 0 | 110001 | 1000 | 10010 | 100110101 | 110101 | 111110 |
Color Harmonies of #D26CC2
Complementary color
Monochromatic Colors of #D26CC2
Black with #D26CC2
Text Example
Text Example
White with #D26CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CC2; }
p { color: rgb(210,108,194); }
H1.HeaderClassName
{
color: #D26CC2;
}
.AnyTagClassName
{
color: #D26CC2;
}
</style>
background-color css
<style>
a { background-color: #D26CC2; }
a { background-color: rgb(210,108,194); }
div.DivClassName
{
background-color: #D26CC2;
}
.BgClassName
{
background-color: #D26CC2;
}
</style>
border-color css
<style>
span { border-color: #D26CC2; }
span { border-color: rgb(210,108,194); }
td.TdClassName
{
border-color: #D26CC2;
}
.TagClassName
{
border-color: #D26CC2;
}
</style>