Shades of Orchid #DC65CA
Tints of Orchid #DC65CA
RGB
CMYK
RGB Variations
Color information
#DC65CA (or 0xDC65CA) is known color: Orchid. HEX triplet: DC, 65 and CA. RGB value is (220,101,202). Sum of RGB (Red+Green+Blue) = 220+101+202=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65CA is #239A35. Grayscale: #939393. Windows color (decimal): -2333238 or 13264348. OLE color: 13264348.
HSL color Cylindrical-coordinate representation of color #DC65CA: hue angle of 309.08º 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 #DC65CA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 202 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.14 |
| HSL | 309.08º | 0.63% | 0.63% | - |
| HSV(B) | 309.08º | 0.54% | 0.86% | - |
| XYZ | 44.83 | 28.79 | 59.07 | - |
| YUV | 148.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 202 | 0 | 0.54 | 0.08 | 0.14 | 309.08 | 0.63 | 0.63 |
| Hex | DC | 65 | CA | 0 | 36 | 8 | E | 135 | 3F | 3F |
| Octal | 334 | 145 | 312 | 0 | 66 | 10 | 16 | 465 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11001010 | 0 | 110110 | 1000 | 1110 | 100110101 | 111111 | 111111 |
Color Harmonies of #DC65CA
Complementary color
Monochromatic Colors of #DC65CA
Black with #DC65CA
Text Example
Text Example
White with #DC65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65CA; }
p { color: rgb(220,101,202); }
H1.HeaderClassName
{
color: #DC65CA;
}
.AnyTagClassName
{
color: #DC65CA;
}
</style>
background-color css
<style>
a { background-color: #DC65CA; }
a { background-color: rgb(220,101,202); }
div.DivClassName
{
background-color: #DC65CA;
}
.BgClassName
{
background-color: #DC65CA;
}
</style>
border-color css
<style>
span { border-color: #DC65CA; }
span { border-color: rgb(220,101,202); }
td.TdClassName
{
border-color: #DC65CA;
}
.TagClassName
{
border-color: #DC65CA;
}
</style>