Shades of Orchid #D26FC3
Tints of Orchid #D26FC3
RGB
CMYK
RGB Variations
Color information
#D26FC3 (or 0xD26FC3) is known color: Orchid. HEX triplet: D2, 6F and C3. RGB value is (210,111,195). Sum of RGB (Red+Green+Blue) = 210+111+195=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FC3 is #2D903C. Grayscale: #959595. Windows color (decimal): -2986045 or 12808146. OLE color: 12808146.
HSL color Cylindrical-coordinate representation of color #D26FC3: hue angle of 309.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FC3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 195 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.18 |
| HSL | 309.09º | 0.52% | 0.63% | - |
| HSV(B) | 309.09º | 0.47% | 0.82% | - |
| XYZ | 42.11 | 29.01 | 55.01 | - |
| YUV | 150.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 195 | 0 | 0.47 | 0.07 | 0.18 | 309.09 | 0.52 | 0.63 |
| Hex | D2 | 6F | C3 | 0 | 2F | 7 | 12 | 135 | 34 | 3F |
| Octal | 322 | 157 | 303 | 0 | 57 | 7 | 22 | 465 | 64 | 77 |
| Binary | 11010010 | 1101111 | 11000011 | 0 | 101111 | 111 | 10010 | 100110101 | 110100 | 111111 |
Color Harmonies of #D26FC3
Complementary color
Monochromatic Colors of #D26FC3
Black with #D26FC3
Text Example
Text Example
White with #D26FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FC3; }
p { color: rgb(210,111,195); }
H1.HeaderClassName
{
color: #D26FC3;
}
.AnyTagClassName
{
color: #D26FC3;
}
</style>
background-color css
<style>
a { background-color: #D26FC3; }
a { background-color: rgb(210,111,195); }
div.DivClassName
{
background-color: #D26FC3;
}
.BgClassName
{
background-color: #D26FC3;
}
</style>
border-color css
<style>
span { border-color: #D26FC3; }
span { border-color: rgb(210,111,195); }
td.TdClassName
{
border-color: #D26FC3;
}
.TagClassName
{
border-color: #D26FC3;
}
</style>