Shades of Medium Orchid #CC43FE
Tints of Medium Orchid #CC43FE
RGB
CMYK
RGB Variations
Color information
#CC43FE (or 0xCC43FE) is known color: Medium Orchid. HEX triplet: CC, 43 and FE. RGB value is (204,67,254). Sum of RGB (Red+Green+Blue) = 204+67+254=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43FE is #33BC01. Grayscale: #808080. Windows color (decimal): -3390466 or 16663500. OLE color: 16663500.
HSL color Cylindrical-coordinate representation of color #CC43FE: hue angle of 283.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC43FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 67 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.96º | 0.99% | 0.63% | - |
| HSV(B) | 283.96º | 0.74% | 1% | - |
| XYZ | 44.8 | 24.01 | 96.04 | - |
| YUV | 129.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.96 | 0.99 | 0.63 |
| Hex | CC | 43 | FE | 14 | 4A | 0 | 0 | 11C | 63 | 3F |
| Octal | 314 | 103 | 376 | 24 | 112 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001100 | 1000011 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CC43FE
Complementary color
Monochromatic Colors of #CC43FE
Black with #CC43FE
Text Example
Text Example
White with #CC43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43FE; }
p { color: rgb(204,67,254); }
H1.HeaderClassName
{
color: #CC43FE;
}
.AnyTagClassName
{
color: #CC43FE;
}
</style>
background-color css
<style>
a { background-color: #CC43FE; }
a { background-color: rgb(204,67,254); }
div.DivClassName
{
background-color: #CC43FE;
}
.BgClassName
{
background-color: #CC43FE;
}
</style>
border-color css
<style>
span { border-color: #CC43FE; }
span { border-color: rgb(204,67,254); }
td.TdClassName
{
border-color: #CC43FE;
}
.TagClassName
{
border-color: #CC43FE;
}
</style>