Shades of Orchid #CC75BD
Tints of Orchid #CC75BD
RGB
CMYK
RGB Variations
Color information
#CC75BD (or 0xCC75BD) is known color: Orchid. HEX triplet: CC, 75 and BD. RGB value is (204,117,189). Sum of RGB (Red+Green+Blue) = 204+117+189=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75BD is #338A42. Grayscale: #979797. Windows color (decimal): -3377731 or 12416460. OLE color: 12416460.
HSL color Cylindrical-coordinate representation of color #CC75BD: hue angle of 310.34º 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 #CC75BD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 189 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.2 |
| HSL | 310.34º | 0.46% | 0.63% | - |
| HSV(B) | 310.34º | 0.43% | 0.8% | - |
| XYZ | 40.45 | 29.23 | 51.65 | - |
| YUV | 151.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 189 | 0 | 0.43 | 0.07 | 0.2 | 310.34 | 0.46 | 0.63 |
| Hex | CC | 75 | BD | 0 | 2B | 7 | 14 | 136 | 2E | 3F |
| Octal | 314 | 165 | 275 | 0 | 53 | 7 | 24 | 466 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10111101 | 0 | 101011 | 111 | 10100 | 100110110 | 101110 | 111111 |
Color Harmonies of #CC75BD
Complementary color
Monochromatic Colors of #CC75BD
Black with #CC75BD
Text Example
Text Example
White with #CC75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75BD; }
p { color: rgb(204,117,189); }
H1.HeaderClassName
{
color: #CC75BD;
}
.AnyTagClassName
{
color: #CC75BD;
}
</style>
background-color css
<style>
a { background-color: #CC75BD; }
a { background-color: rgb(204,117,189); }
div.DivClassName
{
background-color: #CC75BD;
}
.BgClassName
{
background-color: #CC75BD;
}
</style>
border-color css
<style>
span { border-color: #CC75BD; }
span { border-color: rgb(204,117,189); }
td.TdClassName
{
border-color: #CC75BD;
}
.TagClassName
{
border-color: #CC75BD;
}
</style>