Shades of Medium Orchid #CC38FF
Tints of Medium Orchid #CC38FF
RGB
CMYK
RGB Variations
Color information
#CC38FF (or 0xCC38FF) is known color: Medium Orchid. HEX triplet: CC, 38 and FF. RGB value is (204,56,255). Sum of RGB (Red+Green+Blue) = 204+56+255=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38FF is #33C700. Grayscale: #7A7A7A. Windows color (decimal): -3393281 or 16726220. OLE color: 16726220.
HSL color Cylindrical-coordinate representation of color #CC38FF: hue angle of 284.62º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC38FF is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 56 | 255 | - |
| CMYK | 0.2 | 0.78 | 0 | 0 |
| HSL | 284.62º | 1% | 0.61% | - |
| HSV(B) | 284.62º | 0.78% | 1% | - |
| XYZ | 44.37 | 22.89 | 96.69 | - |
| YUV | 122.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 255 | 0.2 | 0.78 | 0 | 0 | 284.62 | 1 | 0.61 |
| Hex | CC | 38 | FF | 14 | 4E | 0 | 0 | 11D | 64 | 3D |
| Octal | 314 | 70 | 377 | 24 | 116 | 0 | 0 | 435 | 144 | 75 |
| Binary | 11001100 | 111000 | 11111111 | 10100 | 1001110 | 0 | 0 | 100011101 | 1100100 | 111101 |
Color Harmonies of #CC38FF
Complementary color
Monochromatic Colors of #CC38FF
Black with #CC38FF
Text Example
Text Example
White with #CC38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38FF; }
p { color: rgb(204,56,255); }
H1.HeaderClassName
{
color: #CC38FF;
}
.AnyTagClassName
{
color: #CC38FF;
}
</style>
background-color css
<style>
a { background-color: #CC38FF; }
a { background-color: rgb(204,56,255); }
div.DivClassName
{
background-color: #CC38FF;
}
.BgClassName
{
background-color: #CC38FF;
}
</style>
border-color css
<style>
span { border-color: #CC38FF; }
span { border-color: rgb(204,56,255); }
td.TdClassName
{
border-color: #CC38FF;
}
.TagClassName
{
border-color: #CC38FF;
}
</style>