Shades of Orchid #CC74BD
Tints of Orchid #CC74BD
RGB
CMYK
RGB Variations
Color information
#CC74BD (or 0xCC74BD) is known color: Orchid. HEX triplet: CC, 74 and BD. RGB value is (204,116,189). Sum of RGB (Red+Green+Blue) = 204+116+189=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BD is #338B42. Grayscale: #969696. Windows color (decimal): -3377987 or 12416204. OLE color: 12416204.
HSL color Cylindrical-coordinate representation of color #CC74BD: hue angle of 310.23º 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 #CC74BD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 189 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.2 |
| HSL | 310.23º | 0.46% | 0.63% | - |
| HSV(B) | 310.23º | 0.43% | 0.8% | - |
| XYZ | 40.33 | 29 | 51.62 | - |
| YUV | 150.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 189 | 0 | 0.43 | 0.07 | 0.2 | 310.23 | 0.46 | 0.63 |
| Hex | CC | 74 | BD | 0 | 2B | 7 | 14 | 136 | 2E | 3F |
| Octal | 314 | 164 | 275 | 0 | 53 | 7 | 24 | 466 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10111101 | 0 | 101011 | 111 | 10100 | 100110110 | 101110 | 111111 |
Color Harmonies of #CC74BD
Complementary color
Monochromatic Colors of #CC74BD
Black with #CC74BD
Text Example
Text Example
White with #CC74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74BD; }
p { color: rgb(204,116,189); }
H1.HeaderClassName
{
color: #CC74BD;
}
.AnyTagClassName
{
color: #CC74BD;
}
</style>
background-color css
<style>
a { background-color: #CC74BD; }
a { background-color: rgb(204,116,189); }
div.DivClassName
{
background-color: #CC74BD;
}
.BgClassName
{
background-color: #CC74BD;
}
</style>
border-color css
<style>
span { border-color: #CC74BD; }
span { border-color: rgb(204,116,189); }
td.TdClassName
{
border-color: #CC74BD;
}
.TagClassName
{
border-color: #CC74BD;
}
</style>