Shades of Orchid #D26FBE
Tints of Orchid #D26FBE
RGB
CMYK
RGB Variations
Color information
#D26FBE (or 0xD26FBE) is known color: Orchid. HEX triplet: D2, 6F and BE. RGB value is (210,111,190). Sum of RGB (Red+Green+Blue) = 210+111+190=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FBE is #2D9041. Grayscale: #959595. Windows color (decimal): -2986050 or 12480466. OLE color: 12480466.
HSL color Cylindrical-coordinate representation of color #D26FBE: hue angle of 312.12º 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 #D26FBE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 111 | 190 | - |
CMYK | 0 | 0.47 | 0.10 | 0.18 |
HSL | 312.12º | 0.52% | 0.63% | - |
HSV(B) | 312.12º | 0.47% | 0.82% | - |
XYZ | 41.56 | 28.79 | 52.08 | - |
YUV | 149.61 | 150.8 | 171.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 111 | 190 | 0 | 0.47 | 0.10 | 0.18 | 312.12 | 0.52 | 0.63 |
Hex | D2 | 6F | BE | 0 | 2F | A | 12 | 138 | 34 | 3F |
Octal | 322 | 157 | 276 | 0 | 57 | 12 | 22 | 470 | 64 | 77 |
Binary | 11010010 | 1101111 | 10111110 | 0 | 101111 | 1010 | 10010 | 100111000 | 110100 | 111111 |
Color Harmonies of #D26FBE
Complementary color
Monochromatic Colors of #D26FBE
Black with #D26FBE
Text Example
Text Example
White with #D26FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FBE; }
p { color: rgb(210,111,190); }
H1.HeaderClassName
{
color: #D26FBE;
}
.AnyTagClassName
{
color: #D26FBE;
}
</style>
background-color css
<style>
a { background-color: #D26FBE; }
a { background-color: rgb(210,111,190); }
div.DivClassName
{
background-color: #D26FBE;
}
.BgClassName
{
background-color: #D26FBE;
}
</style>
border-color css
<style>
span { border-color: #D26FBE; }
span { border-color: rgb(210,111,190); }
td.TdClassName
{
border-color: #D26FBE;
}
.TagClassName
{
border-color: #D26FBE;
}
</style>