Shades of Orchid #D365CB
Tints of Orchid #D365CB
RGB
CMYK
RGB Variations
Color information
#D365CB (or 0xD365CB) is known color: Orchid. HEX triplet: D3, 65 and CB. RGB value is (211,101,203). Sum of RGB (Red+Green+Blue) = 211+101+203=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D365CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365CB is #2C9A34. Grayscale: #919191. Windows color (decimal): -2923061 or 13329875. OLE color: 13329875.
HSL color Cylindrical-coordinate representation of color #D365CB: hue angle of 304.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365CB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 203 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.17 |
| HSL | 304.36º | 0.56% | 0.61% | - |
| HSV(B) | 304.36º | 0.52% | 0.83% | - |
| XYZ | 42.3 | 27.47 | 59.57 | - |
| YUV | 145.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 203 | 0 | 0.52 | 0.04 | 0.17 | 304.36 | 0.56 | 0.61 |
| Hex | D3 | 65 | CB | 0 | 34 | 4 | 11 | 130 | 38 | 3D |
| Octal | 323 | 145 | 313 | 0 | 64 | 4 | 21 | 460 | 70 | 75 |
| Binary | 11010011 | 1100101 | 11001011 | 0 | 110100 | 100 | 10001 | 100110000 | 111000 | 111101 |
Color Harmonies of #D365CB
Complementary color
Monochromatic Colors of #D365CB
Black with #D365CB
Text Example
Text Example
White with #D365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365CB; }
p { color: rgb(211,101,203); }
H1.HeaderClassName
{
color: #D365CB;
}
.AnyTagClassName
{
color: #D365CB;
}
</style>
background-color css
<style>
a { background-color: #D365CB; }
a { background-color: rgb(211,101,203); }
div.DivClassName
{
background-color: #D365CB;
}
.BgClassName
{
background-color: #D365CB;
}
</style>
border-color css
<style>
span { border-color: #D365CB; }
span { border-color: rgb(211,101,203); }
td.TdClassName
{
border-color: #D365CB;
}
.TagClassName
{
border-color: #D365CB;
}
</style>