Shades of Orchid #CC74DC
Tints of Orchid #CC74DC
RGB
CMYK
RGB Variations
Color information
#CC74DC (or 0xCC74DC) is known color: Orchid. HEX triplet: CC, 74 and DC. RGB value is (204,116,220). Sum of RGB (Red+Green+Blue) = 204+116+220=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DC is #338B23. Grayscale: #999999. Windows color (decimal): -3377956 or 14447820. OLE color: 14447820.
HSL color Cylindrical-coordinate representation of color #CC74DC: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC74DC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 116 | 220 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.14 |
| HSL | 290.77º | 0.6% | 0.66% | - |
| HSV(B) | 290.77º | 0.47% | 0.86% | - |
| XYZ | 44.07 | 30.5 | 71.27 | - |
| YUV | 154.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 220 | 0.07 | 0.47 | 0 | 0.14 | 290.77 | 0.6 | 0.66 |
| Hex | CC | 74 | DC | 7 | 2F | 0 | E | 123 | 3C | 42 |
| Octal | 314 | 164 | 334 | 7 | 57 | 0 | 16 | 443 | 74 | 102 |
| Binary | 11001100 | 1110100 | 11011100 | 111 | 101111 | 0 | 1110 | 100100011 | 111100 | 1000010 |
Color Harmonies of #CC74DC
Complementary color
Monochromatic Colors of #CC74DC
Black with #CC74DC
Text Example
Text Example
White with #CC74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74DC; }
p { color: rgb(204,116,220); }
H1.HeaderClassName
{
color: #CC74DC;
}
.AnyTagClassName
{
color: #CC74DC;
}
</style>
background-color css
<style>
a { background-color: #CC74DC; }
a { background-color: rgb(204,116,220); }
div.DivClassName
{
background-color: #CC74DC;
}
.BgClassName
{
background-color: #CC74DC;
}
</style>
border-color css
<style>
span { border-color: #CC74DC; }
span { border-color: rgb(204,116,220); }
td.TdClassName
{
border-color: #CC74DC;
}
.TagClassName
{
border-color: #CC74DC;
}
</style>