Shades of Orchid #DC65D2
Tints of Orchid #DC65D2
RGB
CMYK
RGB Variations
Color information
#DC65D2 (or 0xDC65D2) is known color: Orchid. HEX triplet: DC, 65 and D2. RGB value is (220,101,210). Sum of RGB (Red+Green+Blue) = 220+101+210=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65D2 is #239A2D. Grayscale: #949494. Windows color (decimal): -2333230 or 13788636. OLE color: 13788636.
HSL color Cylindrical-coordinate representation of color #DC65D2: hue angle of 305.04º 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 #DC65D2 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 210 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.14 |
| HSL | 305.04º | 0.63% | 0.63% | - |
| HSV(B) | 305.04º | 0.54% | 0.86% | - |
| XYZ | 45.8 | 29.18 | 64.19 | - |
| YUV | 149.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 210 | 0 | 0.54 | 0.05 | 0.14 | 305.04 | 0.63 | 0.63 |
| Hex | DC | 65 | D2 | 0 | 36 | 5 | E | 131 | 3F | 3F |
| Octal | 334 | 145 | 322 | 0 | 66 | 5 | 16 | 461 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11010010 | 0 | 110110 | 101 | 1110 | 100110001 | 111111 | 111111 |
Color Harmonies of #DC65D2
Complementary color
Monochromatic Colors of #DC65D2
Black with #DC65D2
Text Example
Text Example
White with #DC65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65D2; }
p { color: rgb(220,101,210); }
H1.HeaderClassName
{
color: #DC65D2;
}
.AnyTagClassName
{
color: #DC65D2;
}
</style>
background-color css
<style>
a { background-color: #DC65D2; }
a { background-color: rgb(220,101,210); }
div.DivClassName
{
background-color: #DC65D2;
}
.BgClassName
{
background-color: #DC65D2;
}
</style>
border-color css
<style>
span { border-color: #DC65D2; }
span { border-color: rgb(220,101,210); }
td.TdClassName
{
border-color: #DC65D2;
}
.TagClassName
{
border-color: #DC65D2;
}
</style>