Shades of Orchid #CC74DB
Tints of Orchid #CC74DB
RGB
CMYK
RGB Variations
Color information
#CC74DB (or 0xCC74DB) is known color: Orchid. HEX triplet: CC, 74 and DB. RGB value is (204,116,219). Sum of RGB (Red+Green+Blue) = 204+116+219=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DB is #338B24. Grayscale: #999999. Windows color (decimal): -3377957 or 14382284. OLE color: 14382284.
HSL color Cylindrical-coordinate representation of color #CC74DB: hue angle of 291.26º degrees, saturation: 0.59, 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 #CC74DB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 116 | 219 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.14 |
| HSL | 291.26º | 0.59% | 0.66% | - |
| HSV(B) | 291.26º | 0.47% | 0.86% | - |
| XYZ | 43.93 | 30.44 | 70.58 | - |
| YUV | 154.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 219 | 0.07 | 0.47 | 0 | 0.14 | 291.26 | 0.59 | 0.66 |
| Hex | CC | 74 | DB | 7 | 2F | 0 | E | 123 | 3B | 42 |
| Octal | 314 | 164 | 333 | 7 | 57 | 0 | 16 | 443 | 73 | 102 |
| Binary | 11001100 | 1110100 | 11011011 | 111 | 101111 | 0 | 1110 | 100100011 | 111011 | 1000010 |
Color Harmonies of #CC74DB
Complementary color
Monochromatic Colors of #CC74DB
Black with #CC74DB
Text Example
Text Example
White with #CC74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74DB; }
p { color: rgb(204,116,219); }
H1.HeaderClassName
{
color: #CC74DB;
}
.AnyTagClassName
{
color: #CC74DB;
}
</style>
background-color css
<style>
a { background-color: #CC74DB; }
a { background-color: rgb(204,116,219); }
div.DivClassName
{
background-color: #CC74DB;
}
.BgClassName
{
background-color: #CC74DB;
}
</style>
border-color css
<style>
span { border-color: #CC74DB; }
span { border-color: rgb(204,116,219); }
td.TdClassName
{
border-color: #CC74DB;
}
.TagClassName
{
border-color: #CC74DB;
}
</style>