Shades of Orchid #C474CA
Tints of Orchid #C474CA
RGB
CMYK
RGB Variations
Color information
#C474CA (or 0xC474CA) is known color: Orchid. HEX triplet: C4, 74 and CA. RGB value is (196,116,202). Sum of RGB (Red+Green+Blue) = 196+116+202=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C474CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474CA is #3B8B35. Grayscale: #959595. Windows color (decimal): -3902262 or 13268164. OLE color: 13268164.
HSL color Cylindrical-coordinate representation of color #C474CA: hue angle of 295.81º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C474CA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 116 | 202 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.21 |
| HSL | 295.81º | 0.45% | 0.62% | - |
| HSV(B) | 295.81º | 0.43% | 0.79% | - |
| XYZ | 39.67 | 28.49 | 59.29 | - |
| YUV | 149.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 202 | 0.03 | 0.43 | 0 | 0.21 | 295.81 | 0.45 | 0.62 |
| Hex | C4 | 74 | CA | 3 | 2B | 0 | 15 | 128 | 2D | 3E |
| Octal | 304 | 164 | 312 | 3 | 53 | 0 | 25 | 450 | 55 | 76 |
| Binary | 11000100 | 1110100 | 11001010 | 11 | 101011 | 0 | 10101 | 100101000 | 101101 | 111110 |
Color Harmonies of #C474CA
Complementary color
Monochromatic Colors of #C474CA
Black with #C474CA
Text Example
Text Example
White with #C474CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474CA; }
p { color: rgb(196,116,202); }
H1.HeaderClassName
{
color: #C474CA;
}
.AnyTagClassName
{
color: #C474CA;
}
</style>
background-color css
<style>
a { background-color: #C474CA; }
a { background-color: rgb(196,116,202); }
div.DivClassName
{
background-color: #C474CA;
}
.BgClassName
{
background-color: #C474CA;
}
</style>
border-color css
<style>
span { border-color: #C474CA; }
span { border-color: rgb(196,116,202); }
td.TdClassName
{
border-color: #C474CA;
}
.TagClassName
{
border-color: #C474CA;
}
</style>