Shades of Orchid #CC74DA
Tints of Orchid #CC74DA
RGB
CMYK
RGB Variations
Color information
#CC74DA (or 0xCC74DA) is known color: Orchid. HEX triplet: CC, 74 and DA. RGB value is (204,116,218). Sum of RGB (Red+Green+Blue) = 204+116+218=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DA is #338B25. Grayscale: #999999. Windows color (decimal): -3377958 or 14316748. OLE color: 14316748.
HSL color Cylindrical-coordinate representation of color #CC74DA: hue angle of 291.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC74DA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 116 | 218 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.15 |
| HSL | 291.76º | 0.58% | 0.65% | - |
| HSV(B) | 291.76º | 0.47% | 0.85% | - |
| XYZ | 43.8 | 30.39 | 69.89 | - |
| YUV | 153.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 218 | 0.06 | 0.47 | 0 | 0.15 | 291.76 | 0.58 | 0.65 |
| Hex | CC | 74 | DA | 6 | 2F | 0 | F | 124 | 3A | 41 |
| Octal | 314 | 164 | 332 | 6 | 57 | 0 | 17 | 444 | 72 | 101 |
| Binary | 11001100 | 1110100 | 11011010 | 110 | 101111 | 0 | 1111 | 100100100 | 111010 | 1000001 |
Color Harmonies of #CC74DA
Complementary color
Monochromatic Colors of #CC74DA
Black with #CC74DA
Text Example
Text Example
White with #CC74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74DA; }
p { color: rgb(204,116,218); }
H1.HeaderClassName
{
color: #CC74DA;
}
.AnyTagClassName
{
color: #CC74DA;
}
</style>
background-color css
<style>
a { background-color: #CC74DA; }
a { background-color: rgb(204,116,218); }
div.DivClassName
{
background-color: #CC74DA;
}
.BgClassName
{
background-color: #CC74DA;
}
</style>
border-color css
<style>
span { border-color: #CC74DA; }
span { border-color: rgb(204,116,218); }
td.TdClassName
{
border-color: #CC74DA;
}
.TagClassName
{
border-color: #CC74DA;
}
</style>