Shades of Orchid #CC75D1
Tints of Orchid #CC75D1
RGB
CMYK
RGB Variations
Color information
#CC75D1 (or 0xCC75D1) is known color: Orchid. HEX triplet: CC, 75 and D1. RGB value is (204,117,209). Sum of RGB (Red+Green+Blue) = 204+117+209=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75D1 is #338A2E. Grayscale: #999999. Windows color (decimal): -3377711 or 13727180. OLE color: 13727180.
HSL color Cylindrical-coordinate representation of color #CC75D1: hue angle of 296.74º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC75D1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 117 | 209 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.18 |
| HSL | 296.74º | 0.5% | 0.64% | - |
| HSV(B) | 296.74º | 0.44% | 0.82% | - |
| XYZ | 42.77 | 30.16 | 63.89 | - |
| YUV | 153.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 209 | 0.02 | 0.44 | 0 | 0.18 | 296.74 | 0.5 | 0.64 |
| Hex | CC | 75 | D1 | 2 | 2C | 0 | 12 | 129 | 32 | 40 |
| Octal | 314 | 165 | 321 | 2 | 54 | 0 | 22 | 451 | 62 | 100 |
| Binary | 11001100 | 1110101 | 11010001 | 10 | 101100 | 0 | 10010 | 100101001 | 110010 | 1000000 |
Color Harmonies of #CC75D1
Complementary color
Monochromatic Colors of #CC75D1
Black with #CC75D1
Text Example
Text Example
White with #CC75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75D1; }
p { color: rgb(204,117,209); }
H1.HeaderClassName
{
color: #CC75D1;
}
.AnyTagClassName
{
color: #CC75D1;
}
</style>
background-color css
<style>
a { background-color: #CC75D1; }
a { background-color: rgb(204,117,209); }
div.DivClassName
{
background-color: #CC75D1;
}
.BgClassName
{
background-color: #CC75D1;
}
</style>
border-color css
<style>
span { border-color: #CC75D1; }
span { border-color: rgb(204,117,209); }
td.TdClassName
{
border-color: #CC75D1;
}
.TagClassName
{
border-color: #CC75D1;
}
</style>