Shades of Orchid #D263CC
Tints of Orchid #D263CC
RGB
CMYK
RGB Variations
Color information
#D263CC (or 0xD263CC) is known color: Orchid. HEX triplet: D2, 63 and CC. RGB value is (210,99,204). Sum of RGB (Red+Green+Blue) = 210+99+204=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CC is #2D9C33. Grayscale: #8F8F8F. Windows color (decimal): -2989108 or 13394898. OLE color: 13394898.
HSL color Cylindrical-coordinate representation of color #D263CC: hue angle of 303.24º 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 #D263CC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 204 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.18 |
| HSL | 303.24º | 0.55% | 0.61% | - |
| HSV(B) | 303.24º | 0.53% | 0.82% | - |
| XYZ | 41.94 | 26.98 | 60.12 | - |
| YUV | 144.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 204 | 0 | 0.53 | 0.03 | 0.18 | 303.24 | 0.55 | 0.61 |
| Hex | D2 | 63 | CC | 0 | 35 | 3 | 12 | 12F | 37 | 3D |
| Octal | 322 | 143 | 314 | 0 | 65 | 3 | 22 | 457 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11001100 | 0 | 110101 | 11 | 10010 | 100101111 | 110111 | 111101 |
Color Harmonies of #D263CC
Complementary color
Monochromatic Colors of #D263CC
Black with #D263CC
Text Example
Text Example
White with #D263CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263CC; }
p { color: rgb(210,99,204); }
H1.HeaderClassName
{
color: #D263CC;
}
.AnyTagClassName
{
color: #D263CC;
}
</style>
background-color css
<style>
a { background-color: #D263CC; }
a { background-color: rgb(210,99,204); }
div.DivClassName
{
background-color: #D263CC;
}
.BgClassName
{
background-color: #D263CC;
}
</style>
border-color css
<style>
span { border-color: #D263CC; }
span { border-color: rgb(210,99,204); }
td.TdClassName
{
border-color: #D263CC;
}
.TagClassName
{
border-color: #D263CC;
}
</style>