Shades of Orchid #D263CB
Tints of Orchid #D263CB
RGB
CMYK
RGB Variations
Color information
#D263CB (or 0xD263CB) is known color: Orchid. HEX triplet: D2, 63 and CB. RGB value is (210,99,203). Sum of RGB (Red+Green+Blue) = 210+99+203=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CB is #2D9C34. Grayscale: #8F8F8F. Windows color (decimal): -2989109 or 13329362. OLE color: 13329362.
HSL color Cylindrical-coordinate representation of color #D263CB: hue angle of 303.78º 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 #D263CB is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 203 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.18 |
| HSL | 303.78º | 0.55% | 0.61% | - |
| HSV(B) | 303.78º | 0.53% | 0.82% | - |
| XYZ | 41.82 | 26.94 | 59.5 | - |
| YUV | 144.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 203 | 0 | 0.53 | 0.03 | 0.18 | 303.78 | 0.55 | 0.61 |
| Hex | D2 | 63 | CB | 0 | 35 | 3 | 12 | 130 | 37 | 3D |
| Octal | 322 | 143 | 313 | 0 | 65 | 3 | 22 | 460 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11001011 | 0 | 110101 | 11 | 10010 | 100110000 | 110111 | 111101 |
Color Harmonies of #D263CB
Complementary color
Monochromatic Colors of #D263CB
Black with #D263CB
Text Example
Text Example
White with #D263CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263CB; }
p { color: rgb(210,99,203); }
H1.HeaderClassName
{
color: #D263CB;
}
.AnyTagClassName
{
color: #D263CB;
}
</style>
background-color css
<style>
a { background-color: #D263CB; }
a { background-color: rgb(210,99,203); }
div.DivClassName
{
background-color: #D263CB;
}
.BgClassName
{
background-color: #D263CB;
}
</style>
border-color css
<style>
span { border-color: #D263CB; }
span { border-color: rgb(210,99,203); }
td.TdClassName
{
border-color: #D263CB;
}
.TagClassName
{
border-color: #D263CB;
}
</style>