Shades of Medium Orchid #CC3AFE
Tints of Medium Orchid #CC3AFE
RGB
CMYK
RGB Variations
Color information
#CC3AFE (or 0xCC3AFE) is known color: Medium Orchid. HEX triplet: CC, 3A and FE. RGB value is (204,58,254). Sum of RGB (Red+Green+Blue) = 204+58+254=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3AFE is #33C501. Grayscale: #7B7B7B. Windows color (decimal): -3392770 or 16661196. OLE color: 16661196.
HSL color Cylindrical-coordinate representation of color #CC3AFE: hue angle of 284.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC3AFE is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 58 | 254 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.00 |
| HSL | 284.69º | 0.99% | 0.61% | - |
| HSV(B) | 284.69º | 0.77% | 1% | - |
| XYZ | 44.3 | 23.02 | 95.87 | - |
| YUV | 124 | 201.37 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 254 | 0.20 | 0.77 | 0 | 0.00 | 284.69 | 0.99 | 0.61 |
| Hex | CC | 3A | FE | 14 | 4D | 0 | 0 | 11D | 63 | 3D |
| Octal | 314 | 72 | 376 | 24 | 115 | 0 | 0 | 435 | 143 | 75 |
| Binary | 11001100 | 111010 | 11111110 | 10100 | 1001101 | 0 | 0 | 100011101 | 1100011 | 111101 |
Color Harmonies of #CC3AFE
Complementary color
Monochromatic Colors of #CC3AFE
Black with #CC3AFE
Text Example
Text Example
White with #CC3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AFE; }
p { color: rgb(204,58,254); }
H1.HeaderClassName
{
color: #CC3AFE;
}
.AnyTagClassName
{
color: #CC3AFE;
}
</style>
background-color css
<style>
a { background-color: #CC3AFE; }
a { background-color: rgb(204,58,254); }
div.DivClassName
{
background-color: #CC3AFE;
}
.BgClassName
{
background-color: #CC3AFE;
}
</style>
border-color css
<style>
span { border-color: #CC3AFE; }
span { border-color: rgb(204,58,254); }
td.TdClassName
{
border-color: #CC3AFE;
}
.TagClassName
{
border-color: #CC3AFE;
}
</style>