Shades of Orchid #CC75B5
Tints of Orchid #CC75B5
RGB
CMYK
RGB Variations
Color information
#CC75B5 (or 0xCC75B5) is known color: Orchid. HEX triplet: CC, 75 and B5. RGB value is (204,117,181). Sum of RGB (Red+Green+Blue) = 204+117+181=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75B5 is #338A4A. Grayscale: #969696. Windows color (decimal): -3377739 or 11892172. OLE color: 11892172.
HSL color Cylindrical-coordinate representation of color #CC75B5: hue angle of 315.86º 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 #CC75B5 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 181 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.2 |
| HSL | 315.86º | 0.46% | 0.63% | - |
| HSV(B) | 315.86º | 0.43% | 0.8% | - |
| XYZ | 39.6 | 28.9 | 47.21 | - |
| YUV | 150.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 181 | 0 | 0.43 | 0.11 | 0.2 | 315.86 | 0.46 | 0.63 |
| Hex | CC | 75 | B5 | 0 | 2B | B | 14 | 13C | 2E | 3F |
| Octal | 314 | 165 | 265 | 0 | 53 | 13 | 24 | 474 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10110101 | 0 | 101011 | 1011 | 10100 | 100111100 | 101110 | 111111 |
Color Harmonies of #CC75B5
Complementary color
Monochromatic Colors of #CC75B5
Black with #CC75B5
Text Example
Text Example
White with #CC75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75B5; }
p { color: rgb(204,117,181); }
H1.HeaderClassName
{
color: #CC75B5;
}
.AnyTagClassName
{
color: #CC75B5;
}
</style>
background-color css
<style>
a { background-color: #CC75B5; }
a { background-color: rgb(204,117,181); }
div.DivClassName
{
background-color: #CC75B5;
}
.BgClassName
{
background-color: #CC75B5;
}
</style>
border-color css
<style>
span { border-color: #CC75B5; }
span { border-color: rgb(204,117,181); }
td.TdClassName
{
border-color: #CC75B5;
}
.TagClassName
{
border-color: #CC75B5;
}
</style>