Shades of Orchid #CC74E4
Tints of Orchid #CC74E4
RGB
CMYK
RGB Variations
Color information
#CC74E4 (or 0xCC74E4) is known color: Orchid. HEX triplet: CC, 74 and E4. RGB value is (204,116,228). Sum of RGB (Red+Green+Blue) = 204+116+228=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC74E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74E4 is #338B1B. Grayscale: #9A9A9A. Windows color (decimal): -3377948 or 14972108. OLE color: 14972108.
HSL color Cylindrical-coordinate representation of color #CC74E4: hue angle of 287.14º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC74E4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 116 | 228 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.11 |
| HSL | 287.14º | 0.67% | 0.67% | - |
| HSV(B) | 287.14º | 0.49% | 0.89% | - |
| XYZ | 45.15 | 30.93 | 76.99 | - |
| YUV | 155.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 228 | 0.11 | 0.49 | 0 | 0.11 | 287.14 | 0.67 | 0.67 |
| Hex | CC | 74 | E4 | B | 31 | 0 | B | 11F | 43 | 43 |
| Octal | 314 | 164 | 344 | 13 | 61 | 0 | 13 | 437 | 103 | 103 |
| Binary | 11001100 | 1110100 | 11100100 | 1011 | 110001 | 0 | 1011 | 100011111 | 1000011 | 1000011 |
Color Harmonies of #CC74E4
Complementary color
Monochromatic Colors of #CC74E4
Black with #CC74E4
Text Example
Text Example
White with #CC74E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74E4; }
p { color: rgb(204,116,228); }
H1.HeaderClassName
{
color: #CC74E4;
}
.AnyTagClassName
{
color: #CC74E4;
}
</style>
background-color css
<style>
a { background-color: #CC74E4; }
a { background-color: rgb(204,116,228); }
div.DivClassName
{
background-color: #CC74E4;
}
.BgClassName
{
background-color: #CC74E4;
}
</style>
border-color css
<style>
span { border-color: #CC74E4; }
span { border-color: rgb(204,116,228); }
td.TdClassName
{
border-color: #CC74E4;
}
.TagClassName
{
border-color: #CC74E4;
}
</style>