Shades of Orchid #CC75BC
Tints of Orchid #CC75BC
RGB
CMYK
RGB Variations
Color information
#CC75BC (or 0xCC75BC) is known color: Orchid. HEX triplet: CC, 75 and BC. RGB value is (204,117,188). Sum of RGB (Red+Green+Blue) = 204+117+188=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75BC is #338A43. Grayscale: #969696. Windows color (decimal): -3377732 or 12350924. OLE color: 12350924.
HSL color Cylindrical-coordinate representation of color #CC75BC: hue angle of 311.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC75BC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 188 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.2 |
| HSL | 311.03º | 0.46% | 0.63% | - |
| HSV(B) | 311.03º | 0.43% | 0.8% | - |
| XYZ | 40.34 | 29.19 | 51.09 | - |
| YUV | 151.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 188 | 0 | 0.43 | 0.08 | 0.2 | 311.03 | 0.46 | 0.63 |
| Hex | CC | 75 | BC | 0 | 2B | 8 | 14 | 137 | 2E | 3F |
| Octal | 314 | 165 | 274 | 0 | 53 | 10 | 24 | 467 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10111100 | 0 | 101011 | 1000 | 10100 | 100110111 | 101110 | 111111 |
Color Harmonies of #CC75BC
Complementary color
Monochromatic Colors of #CC75BC
Black with #CC75BC
Text Example
Text Example
White with #CC75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75BC; }
p { color: rgb(204,117,188); }
H1.HeaderClassName
{
color: #CC75BC;
}
.AnyTagClassName
{
color: #CC75BC;
}
</style>
background-color css
<style>
a { background-color: #CC75BC; }
a { background-color: rgb(204,117,188); }
div.DivClassName
{
background-color: #CC75BC;
}
.BgClassName
{
background-color: #CC75BC;
}
</style>
border-color css
<style>
span { border-color: #CC75BC; }
span { border-color: rgb(204,117,188); }
td.TdClassName
{
border-color: #CC75BC;
}
.TagClassName
{
border-color: #CC75BC;
}
</style>