Shades of Dark Orchid #AF3CDD
Tints of Dark Orchid #AF3CDD
RGB
CMYK
RGB Variations
Color information
#AF3CDD (or 0xAF3CDD) is known color: Dark Orchid. HEX triplet: AF, 3C and DD. RGB value is (175,60,221). Sum of RGB (Red+Green+Blue) = 175+60+221=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDD is #50C322. Grayscale: #707070. Windows color (decimal): -5292835 or 14498991. OLE color: 14498991.
HSL color Cylindrical-coordinate representation of color #AF3CDD: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3CDD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 60 | 221 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.13 |
| HSL | 282.86º | 0.7% | 0.55% | - |
| HSV(B) | 282.86º | 0.73% | 0.87% | - |
| XYZ | 32.35 | 17.57 | 70.09 | - |
| YUV | 112.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 221 | 0.21 | 0.73 | 0 | 0.13 | 282.86 | 0.7 | 0.55 |
| Hex | AF | 3C | DD | 15 | 49 | 0 | D | 11B | 46 | 37 |
| Octal | 257 | 74 | 335 | 25 | 111 | 0 | 15 | 433 | 106 | 67 |
| Binary | 10101111 | 111100 | 11011101 | 10101 | 1001001 | 0 | 1101 | 100011011 | 1000110 | 110111 |
Color Harmonies of #AF3CDD
Complementary color
Monochromatic Colors of #AF3CDD
Black with #AF3CDD
Text Example
Text Example
White with #AF3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CDD; }
p { color: rgb(175,60,221); }
H1.HeaderClassName
{
color: #AF3CDD;
}
.AnyTagClassName
{
color: #AF3CDD;
}
</style>
background-color css
<style>
a { background-color: #AF3CDD; }
a { background-color: rgb(175,60,221); }
div.DivClassName
{
background-color: #AF3CDD;
}
.BgClassName
{
background-color: #AF3CDD;
}
</style>
border-color css
<style>
span { border-color: #AF3CDD; }
span { border-color: rgb(175,60,221); }
td.TdClassName
{
border-color: #AF3CDD;
}
.TagClassName
{
border-color: #AF3CDD;
}
</style>