Shades of Dark Orchid #AF3CCF
Tints of Dark Orchid #AF3CCF
RGB
CMYK
RGB Variations
Color information
#AF3CCF (or 0xAF3CCF) is known color: Dark Orchid. HEX triplet: AF, 3C and CF. RGB value is (175,60,207). Sum of RGB (Red+Green+Blue) = 175+60+207=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CCF is #50C330. Grayscale: #6E6E6E. Windows color (decimal): -5292849 or 13581487. OLE color: 13581487.
HSL color Cylindrical-coordinate representation of color #AF3CCF: hue angle of 286.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3CCF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 60 | 207 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.19 |
| HSL | 286.94º | 0.6% | 0.52% | - |
| HSV(B) | 286.94º | 0.71% | 0.81% | - |
| XYZ | 30.56 | 16.85 | 60.67 | - |
| YUV | 111.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 207 | 0.15 | 0.71 | 0 | 0.19 | 286.94 | 0.6 | 0.52 |
| Hex | AF | 3C | CF | F | 47 | 0 | 13 | 11F | 3C | 34 |
| Octal | 257 | 74 | 317 | 17 | 107 | 0 | 23 | 437 | 74 | 64 |
| Binary | 10101111 | 111100 | 11001111 | 1111 | 1000111 | 0 | 10011 | 100011111 | 111100 | 110100 |
Color Harmonies of #AF3CCF
Complementary color
Monochromatic Colors of #AF3CCF
Black with #AF3CCF
Text Example
Text Example
White with #AF3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CCF; }
p { color: rgb(175,60,207); }
H1.HeaderClassName
{
color: #AF3CCF;
}
.AnyTagClassName
{
color: #AF3CCF;
}
</style>
background-color css
<style>
a { background-color: #AF3CCF; }
a { background-color: rgb(175,60,207); }
div.DivClassName
{
background-color: #AF3CCF;
}
.BgClassName
{
background-color: #AF3CCF;
}
</style>
border-color css
<style>
span { border-color: #AF3CCF; }
span { border-color: rgb(175,60,207); }
td.TdClassName
{
border-color: #AF3CCF;
}
.TagClassName
{
border-color: #AF3CCF;
}
</style>