Shades of Medium Orchid #CC65E6
Tints of Medium Orchid #CC65E6
RGB
CMYK
RGB Variations
Color information
#CC65E6 (or 0xCC65E6) is known color: Medium Orchid. HEX triplet: CC, 65 and E6. RGB value is (204,101,230). Sum of RGB (Red+Green+Blue) = 204+101+230=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC65E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65E6 is #339A19. Grayscale: #929292. Windows color (decimal): -3381786 or 15099340. OLE color: 15099340.
HSL color Cylindrical-coordinate representation of color #CC65E6: hue angle of 287.91º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC65E6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 101 | 230 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.10 |
| HSL | 287.91º | 0.72% | 0.65% | - |
| HSV(B) | 287.91º | 0.56% | 0.9% | - |
| XYZ | 43.84 | 27.86 | 77.93 | - |
| YUV | 146.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 230 | 0.11 | 0.56 | 0 | 0.10 | 287.91 | 0.72 | 0.65 |
| Hex | CC | 65 | E6 | B | 38 | 0 | A | 120 | 48 | 41 |
| Octal | 314 | 145 | 346 | 13 | 70 | 0 | 12 | 440 | 110 | 101 |
| Binary | 11001100 | 1100101 | 11100110 | 1011 | 111000 | 0 | 1010 | 100100000 | 1001000 | 1000001 |
Color Harmonies of #CC65E6
Complementary color
Monochromatic Colors of #CC65E6
Black with #CC65E6
Text Example
Text Example
White with #CC65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65E6; }
p { color: rgb(204,101,230); }
H1.HeaderClassName
{
color: #CC65E6;
}
.AnyTagClassName
{
color: #CC65E6;
}
</style>
background-color css
<style>
a { background-color: #CC65E6; }
a { background-color: rgb(204,101,230); }
div.DivClassName
{
background-color: #CC65E6;
}
.BgClassName
{
background-color: #CC65E6;
}
</style>
border-color css
<style>
span { border-color: #CC65E6; }
span { border-color: rgb(204,101,230); }
td.TdClassName
{
border-color: #CC65E6;
}
.TagClassName
{
border-color: #CC65E6;
}
</style>