Shades of Medium Orchid #CC3FDA
Tints of Medium Orchid #CC3FDA
RGB
CMYK
RGB Variations
Color information
#CC3FDA (or 0xCC3FDA) is known color: Medium Orchid. HEX triplet: CC, 3F and DA. RGB value is (204,63,218). Sum of RGB (Red+Green+Blue) = 204+63+218=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDA is #33C025. Grayscale: #7A7A7A. Windows color (decimal): -3391526 or 14303180. OLE color: 14303180.
HSL color Cylindrical-coordinate representation of color #CC3FDA: hue angle of 294.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3FDA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 63 | 218 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.15 |
| HSL | 294.58º | 0.68% | 0.55% | - |
| HSV(B) | 294.58º | 0.71% | 0.85% | - |
| XYZ | 39.33 | 21.45 | 68.4 | - |
| YUV | 122.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 218 | 0.06 | 0.71 | 0 | 0.15 | 294.58 | 0.68 | 0.55 |
| Hex | CC | 3F | DA | 6 | 47 | 0 | F | 127 | 44 | 37 |
| Octal | 314 | 77 | 332 | 6 | 107 | 0 | 17 | 447 | 104 | 67 |
| Binary | 11001100 | 111111 | 11011010 | 110 | 1000111 | 0 | 1111 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CC3FDA
Complementary color
Monochromatic Colors of #CC3FDA
Black with #CC3FDA
Text Example
Text Example
White with #CC3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FDA; }
p { color: rgb(204,63,218); }
H1.HeaderClassName
{
color: #CC3FDA;
}
.AnyTagClassName
{
color: #CC3FDA;
}
</style>
background-color css
<style>
a { background-color: #CC3FDA; }
a { background-color: rgb(204,63,218); }
div.DivClassName
{
background-color: #CC3FDA;
}
.BgClassName
{
background-color: #CC3FDA;
}
</style>
border-color css
<style>
span { border-color: #CC3FDA; }
span { border-color: rgb(204,63,218); }
td.TdClassName
{
border-color: #CC3FDA;
}
.TagClassName
{
border-color: #CC3FDA;
}
</style>