Shades of Orchid #C671C4
Tints of Orchid #C671C4
RGB
CMYK
RGB Variations
Color information
#C671C4 (or 0xC671C4) is known color: Orchid. HEX triplet: C6, 71 and C4. RGB value is (198,113,196). Sum of RGB (Red+Green+Blue) = 198+113+196=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C671C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671C4 is #398E3B. Grayscale: #939393. Windows color (decimal): -3771964 or 12874182. OLE color: 12874182.
HSL color Cylindrical-coordinate representation of color #C671C4: hue angle of 301.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C671C4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 196 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.22 |
| HSL | 301.41º | 0.43% | 0.61% | - |
| HSV(B) | 301.41º | 0.43% | 0.78% | - |
| XYZ | 39.16 | 27.8 | 55.53 | - |
| YUV | 147.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 196 | 0 | 0.43 | 0.01 | 0.22 | 301.41 | 0.43 | 0.61 |
| Hex | C6 | 71 | C4 | 0 | 2B | 1 | 16 | 12D | 2B | 3D |
| Octal | 306 | 161 | 304 | 0 | 53 | 1 | 26 | 455 | 53 | 75 |
| Binary | 11000110 | 1110001 | 11000100 | 0 | 101011 | 1 | 10110 | 100101101 | 101011 | 111101 |
Color Harmonies of #C671C4
Complementary color
Monochromatic Colors of #C671C4
Black with #C671C4
Text Example
Text Example
White with #C671C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671C4; }
p { color: rgb(198,113,196); }
H1.HeaderClassName
{
color: #C671C4;
}
.AnyTagClassName
{
color: #C671C4;
}
</style>
background-color css
<style>
a { background-color: #C671C4; }
a { background-color: rgb(198,113,196); }
div.DivClassName
{
background-color: #C671C4;
}
.BgClassName
{
background-color: #C671C4;
}
</style>
border-color css
<style>
span { border-color: #C671C4; }
span { border-color: rgb(198,113,196); }
td.TdClassName
{
border-color: #C671C4;
}
.TagClassName
{
border-color: #C671C4;
}
</style>