Shades of Orchid #D26FC4
Tints of Orchid #D26FC4
RGB
CMYK
RGB Variations
Color information
#D26FC4 (or 0xD26FC4) is known color: Orchid. HEX triplet: D2, 6F and C4. RGB value is (210,111,196). Sum of RGB (Red+Green+Blue) = 210+111+196=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FC4 is #2D903B. Grayscale: #969696. Windows color (decimal): -2986044 or 12873682. OLE color: 12873682.
HSL color Cylindrical-coordinate representation of color #D26FC4: hue angle of 308.48º 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 #D26FC4 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 196 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.18 |
| HSL | 308.48º | 0.52% | 0.63% | - |
| HSV(B) | 308.48º | 0.47% | 0.82% | - |
| XYZ | 42.23 | 29.06 | 55.61 | - |
| YUV | 150.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 196 | 0 | 0.47 | 0.07 | 0.18 | 308.48 | 0.52 | 0.63 |
| Hex | D2 | 6F | C4 | 0 | 2F | 7 | 12 | 134 | 34 | 3F |
| Octal | 322 | 157 | 304 | 0 | 57 | 7 | 22 | 464 | 64 | 77 |
| Binary | 11010010 | 1101111 | 11000100 | 0 | 101111 | 111 | 10010 | 100110100 | 110100 | 111111 |
Color Harmonies of #D26FC4
Complementary color
Monochromatic Colors of #D26FC4
Black with #D26FC4
Text Example
Text Example
White with #D26FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FC4; }
p { color: rgb(210,111,196); }
H1.HeaderClassName
{
color: #D26FC4;
}
.AnyTagClassName
{
color: #D26FC4;
}
</style>
background-color css
<style>
a { background-color: #D26FC4; }
a { background-color: rgb(210,111,196); }
div.DivClassName
{
background-color: #D26FC4;
}
.BgClassName
{
background-color: #D26FC4;
}
</style>
border-color css
<style>
span { border-color: #D26FC4; }
span { border-color: rgb(210,111,196); }
td.TdClassName
{
border-color: #D26FC4;
}
.TagClassName
{
border-color: #D26FC4;
}
</style>