Shades of Orchid #CC74DD
Tints of Orchid #CC74DD
RGB
CMYK
RGB Variations
Color information
#CC74DD (or 0xCC74DD) is known color: Orchid. HEX triplet: CC, 74 and DD. RGB value is (204,116,221). Sum of RGB (Red+Green+Blue) = 204+116+221=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DD is #338B22. Grayscale: #999999. Windows color (decimal): -3377955 or 14513356. OLE color: 14513356.
HSL color Cylindrical-coordinate representation of color #CC74DD: hue angle of 290.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC74DD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 116 | 221 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 290.29º | 0.61% | 0.66% | - |
| HSV(B) | 290.29º | 0.48% | 0.87% | - |
| XYZ | 44.2 | 30.55 | 71.97 | - |
| YUV | 154.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 221 | 0.08 | 0.48 | 0 | 0.13 | 290.29 | 0.61 | 0.66 |
| Hex | CC | 74 | DD | 8 | 30 | 0 | D | 122 | 3D | 42 |
| Octal | 314 | 164 | 335 | 10 | 60 | 0 | 15 | 442 | 75 | 102 |
| Binary | 11001100 | 1110100 | 11011101 | 1000 | 110000 | 0 | 1101 | 100100010 | 111101 | 1000010 |
Color Harmonies of #CC74DD
Complementary color
Monochromatic Colors of #CC74DD
Black with #CC74DD
Text Example
Text Example
White with #CC74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74DD; }
p { color: rgb(204,116,221); }
H1.HeaderClassName
{
color: #CC74DD;
}
.AnyTagClassName
{
color: #CC74DD;
}
</style>
background-color css
<style>
a { background-color: #CC74DD; }
a { background-color: rgb(204,116,221); }
div.DivClassName
{
background-color: #CC74DD;
}
.BgClassName
{
background-color: #CC74DD;
}
</style>
border-color css
<style>
span { border-color: #CC74DD; }
span { border-color: rgb(204,116,221); }
td.TdClassName
{
border-color: #CC74DD;
}
.TagClassName
{
border-color: #CC74DD;
}
</style>