Shades of Orchid #CC75DC
Tints of Orchid #CC75DC
RGB
CMYK
RGB Variations
Color information
#CC75DC (or 0xCC75DC) is known color: Orchid. HEX triplet: CC, 75 and DC. RGB value is (204,117,220). Sum of RGB (Red+Green+Blue) = 204+117+220=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75DC is #338A23. Grayscale: #9A9A9A. Windows color (decimal): -3377700 or 14448076. OLE color: 14448076.
HSL color Cylindrical-coordinate representation of color #CC75DC: hue angle of 290.68º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC75DC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 117 | 220 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.14 |
| HSL | 290.68º | 0.6% | 0.66% | - |
| HSV(B) | 290.68º | 0.47% | 0.86% | - |
| XYZ | 44.18 | 30.73 | 71.31 | - |
| YUV | 154.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 220 | 0.07 | 0.47 | 0 | 0.14 | 290.68 | 0.6 | 0.66 |
| Hex | CC | 75 | DC | 7 | 2F | 0 | E | 123 | 3C | 42 |
| Octal | 314 | 165 | 334 | 7 | 57 | 0 | 16 | 443 | 74 | 102 |
| Binary | 11001100 | 1110101 | 11011100 | 111 | 101111 | 0 | 1110 | 100100011 | 111100 | 1000010 |
Color Harmonies of #CC75DC
Complementary color
Monochromatic Colors of #CC75DC
Black with #CC75DC
Text Example
Text Example
White with #CC75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75DC; }
p { color: rgb(204,117,220); }
H1.HeaderClassName
{
color: #CC75DC;
}
.AnyTagClassName
{
color: #CC75DC;
}
</style>
background-color css
<style>
a { background-color: #CC75DC; }
a { background-color: rgb(204,117,220); }
div.DivClassName
{
background-color: #CC75DC;
}
.BgClassName
{
background-color: #CC75DC;
}
</style>
border-color css
<style>
span { border-color: #CC75DC; }
span { border-color: rgb(204,117,220); }
td.TdClassName
{
border-color: #CC75DC;
}
.TagClassName
{
border-color: #CC75DC;
}
</style>