Shades of Medium Orchid #AF65CA
Tints of Medium Orchid #AF65CA
RGB
CMYK
RGB Variations
Color information
#AF65CA (or 0xAF65CA) is known color: Medium Orchid. HEX triplet: AF, 65 and CA. RGB value is (175,101,202). Sum of RGB (Red+Green+Blue) = 175+101+202=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CA is #509A35. Grayscale: #868686. Windows color (decimal): -5282358 or 13264303. OLE color: 13264303.
HSL color Cylindrical-coordinate representation of color #AF65CA: hue angle of 283.96º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF65CA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 101 | 202 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.21 |
| HSL | 283.96º | 0.49% | 0.59% | - |
| HSV(B) | 283.96º | 0.5% | 0.79% | - |
| XYZ | 32.99 | 22.69 | 58.52 | - |
| YUV | 134.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 202 | 0.13 | 0.50 | 0 | 0.21 | 283.96 | 0.49 | 0.59 |
| Hex | AF | 65 | CA | D | 32 | 0 | 15 | 11C | 31 | 3B |
| Octal | 257 | 145 | 312 | 15 | 62 | 0 | 25 | 434 | 61 | 73 |
| Binary | 10101111 | 1100101 | 11001010 | 1101 | 110010 | 0 | 10101 | 100011100 | 110001 | 111011 |
Color Harmonies of #AF65CA
Complementary color
Monochromatic Colors of #AF65CA
Black with #AF65CA
Text Example
Text Example
White with #AF65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65CA; }
p { color: rgb(175,101,202); }
H1.HeaderClassName
{
color: #AF65CA;
}
.AnyTagClassName
{
color: #AF65CA;
}
</style>
background-color css
<style>
a { background-color: #AF65CA; }
a { background-color: rgb(175,101,202); }
div.DivClassName
{
background-color: #AF65CA;
}
.BgClassName
{
background-color: #AF65CA;
}
</style>
border-color css
<style>
span { border-color: #AF65CA; }
span { border-color: rgb(175,101,202); }
td.TdClassName
{
border-color: #AF65CA;
}
.TagClassName
{
border-color: #AF65CA;
}
</style>