Shades of Medium Orchid #CC3FFD
Tints of Medium Orchid #CC3FFD
RGB
CMYK
RGB Variations
Color information
#CC3FFD (or 0xCC3FFD) is known color: Medium Orchid. HEX triplet: CC, 3F and FD. RGB value is (204,63,253). Sum of RGB (Red+Green+Blue) = 204+63+253=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFD is #33C002. Grayscale: #7E7E7E. Windows color (decimal): -3391491 or 16596940. OLE color: 16596940.
HSL color Cylindrical-coordinate representation of color #CC3FFD: hue angle of 284.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3FFD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 63 | 253 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.01 |
| HSL | 284.53º | 0.98% | 0.62% | - |
| HSV(B) | 284.53º | 0.75% | 0.99% | - |
| XYZ | 44.41 | 23.48 | 95.12 | - |
| YUV | 126.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 253 | 0.19 | 0.75 | 0 | 0.01 | 284.53 | 0.98 | 0.62 |
| Hex | CC | 3F | FD | 13 | 4B | 0 | 1 | 11D | 62 | 3E |
| Octal | 314 | 77 | 375 | 23 | 113 | 0 | 1 | 435 | 142 | 76 |
| Binary | 11001100 | 111111 | 11111101 | 10011 | 1001011 | 0 | 1 | 100011101 | 1100010 | 111110 |
Color Harmonies of #CC3FFD
Complementary color
Monochromatic Colors of #CC3FFD
Black with #CC3FFD
Text Example
Text Example
White with #CC3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FFD; }
p { color: rgb(204,63,253); }
H1.HeaderClassName
{
color: #CC3FFD;
}
.AnyTagClassName
{
color: #CC3FFD;
}
</style>
background-color css
<style>
a { background-color: #CC3FFD; }
a { background-color: rgb(204,63,253); }
div.DivClassName
{
background-color: #CC3FFD;
}
.BgClassName
{
background-color: #CC3FFD;
}
</style>
border-color css
<style>
span { border-color: #CC3FFD; }
span { border-color: rgb(204,63,253); }
td.TdClassName
{
border-color: #CC3FFD;
}
.TagClassName
{
border-color: #CC3FFD;
}
</style>