Shades of Orchid #D165CB
Tints of Orchid #D165CB
RGB
CMYK
RGB Variations
Color information
#D165CB (or 0xD165CB) is known color: Orchid. HEX triplet: D1, 65 and CB. RGB value is (209,101,203). Sum of RGB (Red+Green+Blue) = 209+101+203=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D165CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165CB is #2E9A34. Grayscale: #909090. Windows color (decimal): -3054133 or 13329873. OLE color: 13329873.
HSL color Cylindrical-coordinate representation of color #D165CB: hue angle of 303.33º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165CB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 203 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.18 |
| HSL | 303.33º | 0.54% | 0.61% | - |
| HSV(B) | 303.33º | 0.52% | 0.82% | - |
| XYZ | 41.73 | 27.17 | 59.55 | - |
| YUV | 144.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 203 | 0 | 0.52 | 0.03 | 0.18 | 303.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | CB | 0 | 34 | 3 | 12 | 12F | 36 | 3D |
| Octal | 321 | 145 | 313 | 0 | 64 | 3 | 22 | 457 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11001011 | 0 | 110100 | 11 | 10010 | 100101111 | 110110 | 111101 |
Color Harmonies of #D165CB
Complementary color
Monochromatic Colors of #D165CB
Black with #D165CB
Text Example
Text Example
White with #D165CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165CB; }
p { color: rgb(209,101,203); }
H1.HeaderClassName
{
color: #D165CB;
}
.AnyTagClassName
{
color: #D165CB;
}
</style>
background-color css
<style>
a { background-color: #D165CB; }
a { background-color: rgb(209,101,203); }
div.DivClassName
{
background-color: #D165CB;
}
.BgClassName
{
background-color: #D165CB;
}
</style>
border-color css
<style>
span { border-color: #D165CB; }
span { border-color: rgb(209,101,203); }
td.TdClassName
{
border-color: #D165CB;
}
.TagClassName
{
border-color: #D165CB;
}
</style>