Shades of Medium Orchid #CC3BFE
Tints of Medium Orchid #CC3BFE
RGB
CMYK
RGB Variations
Color information
#CC3BFE (or 0xCC3BFE) is known color: Medium Orchid. HEX triplet: CC, 3B and FE. RGB value is (204,59,254). Sum of RGB (Red+Green+Blue) = 204+59+254=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BFE is #33C401. Grayscale: #7B7B7B. Windows color (decimal): -3392514 or 16661452. OLE color: 16661452.
HSL color Cylindrical-coordinate representation of color #CC3BFE: hue angle of 284.62º 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 #CC3BFE is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 59 | 254 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.00 |
| HSL | 284.62º | 0.99% | 0.61% | - |
| HSV(B) | 284.62º | 0.77% | 1% | - |
| XYZ | 44.36 | 23.12 | 95.89 | - |
| YUV | 124.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 254 | 0.20 | 0.77 | 0 | 0.00 | 284.62 | 0.99 | 0.61 |
| Hex | CC | 3B | FE | 14 | 4D | 0 | 0 | 11D | 63 | 3D |
| Octal | 314 | 73 | 376 | 24 | 115 | 0 | 0 | 435 | 143 | 75 |
| Binary | 11001100 | 111011 | 11111110 | 10100 | 1001101 | 0 | 0 | 100011101 | 1100011 | 111101 |
Color Harmonies of #CC3BFE
Complementary color
Monochromatic Colors of #CC3BFE
Black with #CC3BFE
Text Example
Text Example
White with #CC3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BFE; }
p { color: rgb(204,59,254); }
H1.HeaderClassName
{
color: #CC3BFE;
}
.AnyTagClassName
{
color: #CC3BFE;
}
</style>
background-color css
<style>
a { background-color: #CC3BFE; }
a { background-color: rgb(204,59,254); }
div.DivClassName
{
background-color: #CC3BFE;
}
.BgClassName
{
background-color: #CC3BFE;
}
</style>
border-color css
<style>
span { border-color: #CC3BFE; }
span { border-color: rgb(204,59,254); }
td.TdClassName
{
border-color: #CC3BFE;
}
.TagClassName
{
border-color: #CC3BFE;
}
</style>