Shades of Medium Orchid #CC3AF5
Tints of Medium Orchid #CC3AF5
RGB
CMYK
RGB Variations
Color information
#CC3AF5 (or 0xCC3AF5) is known color: Medium Orchid. HEX triplet: CC, 3A and F5. RGB value is (204,58,245). Sum of RGB (Red+Green+Blue) = 204+58+245=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC3AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3AF5 is #33C50A. Grayscale: #7A7A7A. Windows color (decimal): -3392779 or 16071372. OLE color: 16071372.
HSL color Cylindrical-coordinate representation of color #CC3AF5: hue angle of 286.84º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3AF5 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 58 | 245 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.04 |
| HSL | 286.84º | 0.9% | 0.59% | - |
| HSV(B) | 286.84º | 0.76% | 0.96% | - |
| XYZ | 42.9 | 22.46 | 88.46 | - |
| YUV | 122.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 245 | 0.17 | 0.76 | 0 | 0.04 | 286.84 | 0.9 | 0.59 |
| Hex | CC | 3A | F5 | 11 | 4C | 0 | 4 | 11F | 5A | 3B |
| Octal | 314 | 72 | 365 | 21 | 114 | 0 | 4 | 437 | 132 | 73 |
| Binary | 11001100 | 111010 | 11110101 | 10001 | 1001100 | 0 | 100 | 100011111 | 1011010 | 111011 |
Color Harmonies of #CC3AF5
Complementary color
Monochromatic Colors of #CC3AF5
Black with #CC3AF5
Text Example
Text Example
White with #CC3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AF5; }
p { color: rgb(204,58,245); }
H1.HeaderClassName
{
color: #CC3AF5;
}
.AnyTagClassName
{
color: #CC3AF5;
}
</style>
background-color css
<style>
a { background-color: #CC3AF5; }
a { background-color: rgb(204,58,245); }
div.DivClassName
{
background-color: #CC3AF5;
}
.BgClassName
{
background-color: #CC3AF5;
}
</style>
border-color css
<style>
span { border-color: #CC3AF5; }
span { border-color: rgb(204,58,245); }
td.TdClassName
{
border-color: #CC3AF5;
}
.TagClassName
{
border-color: #CC3AF5;
}
</style>