Shades of Orchid #D26CCC
Tints of Orchid #D26CCC
RGB
CMYK
RGB Variations
Color information
#D26CCC (or 0xD26CCC) is known color: Orchid. HEX triplet: D2, 6C and CC. RGB value is (210,108,204). Sum of RGB (Red+Green+Blue) = 210+108+204=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCC is #2D9333. Grayscale: #959595. Windows color (decimal): -2986804 or 13397202. OLE color: 13397202.
HSL color Cylindrical-coordinate representation of color #D26CCC: hue angle of 303.53º 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 #D26CCC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 204 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.18 |
| HSL | 303.53º | 0.53% | 0.62% | - |
| HSV(B) | 303.53º | 0.49% | 0.82% | - |
| XYZ | 42.84 | 28.79 | 60.43 | - |
| YUV | 149.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 204 | 0 | 0.49 | 0.03 | 0.18 | 303.53 | 0.53 | 0.62 |
| Hex | D2 | 6C | CC | 0 | 31 | 3 | 12 | 130 | 35 | 3E |
| Octal | 322 | 154 | 314 | 0 | 61 | 3 | 22 | 460 | 65 | 76 |
| Binary | 11010010 | 1101100 | 11001100 | 0 | 110001 | 11 | 10010 | 100110000 | 110101 | 111110 |
Color Harmonies of #D26CCC
Complementary color
Monochromatic Colors of #D26CCC
Black with #D26CCC
Text Example
Text Example
White with #D26CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CCC; }
p { color: rgb(210,108,204); }
H1.HeaderClassName
{
color: #D26CCC;
}
.AnyTagClassName
{
color: #D26CCC;
}
</style>
background-color css
<style>
a { background-color: #D26CCC; }
a { background-color: rgb(210,108,204); }
div.DivClassName
{
background-color: #D26CCC;
}
.BgClassName
{
background-color: #D26CCC;
}
</style>
border-color css
<style>
span { border-color: #D26CCC; }
span { border-color: rgb(210,108,204); }
td.TdClassName
{
border-color: #D26CCC;
}
.TagClassName
{
border-color: #D26CCC;
}
</style>