Shades of Orchid #D263C4
Tints of Orchid #D263C4
RGB
CMYK
RGB Variations
Color information
#D263C4 (or 0xD263C4) is known color: Orchid. HEX triplet: D2, 63 and C4. RGB value is (210,99,196). Sum of RGB (Red+Green+Blue) = 210+99+196=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C4 is #2D9C3B. Grayscale: #8E8E8E. Windows color (decimal): -2989116 or 12870610. OLE color: 12870610.
HSL color Cylindrical-coordinate representation of color #D263C4: hue angle of 307.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263C4 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 196 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.18 |
| HSL | 307.57º | 0.55% | 0.61% | - |
| HSV(B) | 307.57º | 0.53% | 0.82% | - |
| XYZ | 41 | 26.61 | 55.2 | - |
| YUV | 143.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 196 | 0 | 0.53 | 0.07 | 0.18 | 307.57 | 0.55 | 0.61 |
| Hex | D2 | 63 | C4 | 0 | 35 | 7 | 12 | 134 | 37 | 3D |
| Octal | 322 | 143 | 304 | 0 | 65 | 7 | 22 | 464 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11000100 | 0 | 110101 | 111 | 10010 | 100110100 | 110111 | 111101 |
Color Harmonies of #D263C4
Complementary color
Monochromatic Colors of #D263C4
Black with #D263C4
Text Example
Text Example
White with #D263C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263C4; }
p { color: rgb(210,99,196); }
H1.HeaderClassName
{
color: #D263C4;
}
.AnyTagClassName
{
color: #D263C4;
}
</style>
background-color css
<style>
a { background-color: #D263C4; }
a { background-color: rgb(210,99,196); }
div.DivClassName
{
background-color: #D263C4;
}
.BgClassName
{
background-color: #D263C4;
}
</style>
border-color css
<style>
span { border-color: #D263C4; }
span { border-color: rgb(210,99,196); }
td.TdClassName
{
border-color: #D263C4;
}
.TagClassName
{
border-color: #D263C4;
}
</style>