Shades of Orchid #D363CC
Tints of Orchid #D363CC
RGB
CMYK
RGB Variations
Color information
#D363CC (or 0xD363CC) is known color: Orchid. HEX triplet: D3, 63 and CC. RGB value is (211,99,204). Sum of RGB (Red+Green+Blue) = 211+99+204=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D363CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363CC is #2C9C33. Grayscale: #909090. Windows color (decimal): -2923572 or 13394899. OLE color: 13394899.
HSL color Cylindrical-coordinate representation of color #D363CC: hue angle of 303.75º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D363CC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 204 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.17 |
| HSL | 303.75º | 0.56% | 0.61% | - |
| HSV(B) | 303.75º | 0.53% | 0.83% | - |
| XYZ | 42.22 | 27.13 | 60.14 | - |
| YUV | 144.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 204 | 0 | 0.53 | 0.03 | 0.17 | 303.75 | 0.56 | 0.61 |
| Hex | D3 | 63 | CC | 0 | 35 | 3 | 11 | 130 | 38 | 3D |
| Octal | 323 | 143 | 314 | 0 | 65 | 3 | 21 | 460 | 70 | 75 |
| Binary | 11010011 | 1100011 | 11001100 | 0 | 110101 | 11 | 10001 | 100110000 | 111000 | 111101 |
Color Harmonies of #D363CC
Complementary color
Monochromatic Colors of #D363CC
Black with #D363CC
Text Example
Text Example
White with #D363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363CC; }
p { color: rgb(211,99,204); }
H1.HeaderClassName
{
color: #D363CC;
}
.AnyTagClassName
{
color: #D363CC;
}
</style>
background-color css
<style>
a { background-color: #D363CC; }
a { background-color: rgb(211,99,204); }
div.DivClassName
{
background-color: #D363CC;
}
.BgClassName
{
background-color: #D363CC;
}
</style>
border-color css
<style>
span { border-color: #D363CC; }
span { border-color: rgb(211,99,204); }
td.TdClassName
{
border-color: #D363CC;
}
.TagClassName
{
border-color: #D363CC;
}
</style>