Shades of Orchid #CC74D6
Tints of Orchid #CC74D6
RGB
CMYK
RGB Variations
Color information
#CC74D6 (or 0xCC74D6) is known color: Orchid. HEX triplet: CC, 74 and D6. RGB value is (204,116,214). Sum of RGB (Red+Green+Blue) = 204+116+214=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC74D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74D6 is #338B29. Grayscale: #999999. Windows color (decimal): -3377962 or 14054604. OLE color: 14054604.
HSL color Cylindrical-coordinate representation of color #CC74D6: hue angle of 293.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC74D6 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 116 | 214 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.16 |
| HSL | 293.88º | 0.54% | 0.65% | - |
| HSV(B) | 293.88º | 0.46% | 0.84% | - |
| XYZ | 43.28 | 30.18 | 67.16 | - |
| YUV | 153.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 214 | 0.05 | 0.46 | 0 | 0.16 | 293.88 | 0.54 | 0.65 |
| Hex | CC | 74 | D6 | 5 | 2E | 0 | 10 | 126 | 36 | 41 |
| Octal | 314 | 164 | 326 | 5 | 56 | 0 | 20 | 446 | 66 | 101 |
| Binary | 11001100 | 1110100 | 11010110 | 101 | 101110 | 0 | 10000 | 100100110 | 110110 | 1000001 |
Color Harmonies of #CC74D6
Complementary color
Monochromatic Colors of #CC74D6
Black with #CC74D6
Text Example
Text Example
White with #CC74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74D6; }
p { color: rgb(204,116,214); }
H1.HeaderClassName
{
color: #CC74D6;
}
.AnyTagClassName
{
color: #CC74D6;
}
</style>
background-color css
<style>
a { background-color: #CC74D6; }
a { background-color: rgb(204,116,214); }
div.DivClassName
{
background-color: #CC74D6;
}
.BgClassName
{
background-color: #CC74D6;
}
</style>
border-color css
<style>
span { border-color: #CC74D6; }
span { border-color: rgb(204,116,214); }
td.TdClassName
{
border-color: #CC74D6;
}
.TagClassName
{
border-color: #CC74D6;
}
</style>