Shades of Orchid #C674C2
Tints of Orchid #C674C2
RGB
CMYK
RGB Variations
Color information
#C674C2 (or 0xC674C2) is known color: Orchid. HEX triplet: C6, 74 and C2. RGB value is (198,116,194). Sum of RGB (Red+Green+Blue) = 198+116+194=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C674C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674C2 is #398B3D. Grayscale: #959595. Windows color (decimal): -3771198 or 12743878. OLE color: 12743878.
HSL color Cylindrical-coordinate representation of color #C674C2: hue angle of 302.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674C2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 194 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.22 |
| HSL | 302.93º | 0.42% | 0.62% | - |
| HSV(B) | 302.93º | 0.41% | 0.78% | - |
| XYZ | 39.27 | 28.39 | 54.45 | - |
| YUV | 149.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 194 | 0 | 0.41 | 0.02 | 0.22 | 302.93 | 0.42 | 0.62 |
| Hex | C6 | 74 | C2 | 0 | 29 | 2 | 16 | 12F | 2A | 3E |
| Octal | 306 | 164 | 302 | 0 | 51 | 2 | 26 | 457 | 52 | 76 |
| Binary | 11000110 | 1110100 | 11000010 | 0 | 101001 | 10 | 10110 | 100101111 | 101010 | 111110 |
Color Harmonies of #C674C2
Complementary color
Monochromatic Colors of #C674C2
Black with #C674C2
Text Example
Text Example
White with #C674C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674C2; }
p { color: rgb(198,116,194); }
H1.HeaderClassName
{
color: #C674C2;
}
.AnyTagClassName
{
color: #C674C2;
}
</style>
background-color css
<style>
a { background-color: #C674C2; }
a { background-color: rgb(198,116,194); }
div.DivClassName
{
background-color: #C674C2;
}
.BgClassName
{
background-color: #C674C2;
}
</style>
border-color css
<style>
span { border-color: #C674C2; }
span { border-color: rgb(198,116,194); }
td.TdClassName
{
border-color: #C674C2;
}
.TagClassName
{
border-color: #C674C2;
}
</style>