Shades of Orchid #DC65CB
Tints of Orchid #DC65CB
RGB
CMYK
RGB Variations
Color information
#DC65CB (or 0xDC65CB) is known color: Orchid. HEX triplet: DC, 65 and CB. RGB value is (220,101,203). Sum of RGB (Red+Green+Blue) = 220+101+203=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65CB is #239A34. Grayscale: #939393. Windows color (decimal): -2333237 or 13329884. OLE color: 13329884.
HSL color Cylindrical-coordinate representation of color #DC65CB: hue angle of 308.57º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65CB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 203 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.14 |
| HSL | 308.57º | 0.63% | 0.63% | - |
| HSV(B) | 308.57º | 0.54% | 0.86% | - |
| XYZ | 44.95 | 28.83 | 59.7 | - |
| YUV | 148.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 203 | 0 | 0.54 | 0.08 | 0.14 | 308.57 | 0.63 | 0.63 |
| Hex | DC | 65 | CB | 0 | 36 | 8 | E | 135 | 3F | 3F |
| Octal | 334 | 145 | 313 | 0 | 66 | 10 | 16 | 465 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11001011 | 0 | 110110 | 1000 | 1110 | 100110101 | 111111 | 111111 |
Color Harmonies of #DC65CB
Complementary color
Monochromatic Colors of #DC65CB
Black with #DC65CB
Text Example
Text Example
White with #DC65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65CB; }
p { color: rgb(220,101,203); }
H1.HeaderClassName
{
color: #DC65CB;
}
.AnyTagClassName
{
color: #DC65CB;
}
</style>
background-color css
<style>
a { background-color: #DC65CB; }
a { background-color: rgb(220,101,203); }
div.DivClassName
{
background-color: #DC65CB;
}
.BgClassName
{
background-color: #DC65CB;
}
</style>
border-color css
<style>
span { border-color: #DC65CB; }
span { border-color: rgb(220,101,203); }
td.TdClassName
{
border-color: #DC65CB;
}
.TagClassName
{
border-color: #DC65CB;
}
</style>