Shades of Orchid #C672C3
Tints of Orchid #C672C3
RGB
CMYK
RGB Variations
Color information
#C672C3 (or 0xC672C3) is known color: Orchid. HEX triplet: C6, 72 and C3. RGB value is (198,114,195). Sum of RGB (Red+Green+Blue) = 198+114+195=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C672C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672C3 is #398D3C. Grayscale: #949494. Windows color (decimal): -3771709 or 12808902. OLE color: 12808902.
HSL color Cylindrical-coordinate representation of color #C672C3: hue angle of 302.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C672C3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 195 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.22 |
| HSL | 302.14º | 0.42% | 0.61% | - |
| HSV(B) | 302.14º | 0.42% | 0.78% | - |
| XYZ | 39.16 | 27.98 | 54.97 | - |
| YUV | 148.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 195 | 0 | 0.42 | 0.02 | 0.22 | 302.14 | 0.42 | 0.61 |
| Hex | C6 | 72 | C3 | 0 | 2A | 2 | 16 | 12E | 2A | 3D |
| Octal | 306 | 162 | 303 | 0 | 52 | 2 | 26 | 456 | 52 | 75 |
| Binary | 11000110 | 1110010 | 11000011 | 0 | 101010 | 10 | 10110 | 100101110 | 101010 | 111101 |
Color Harmonies of #C672C3
Complementary color
Monochromatic Colors of #C672C3
Black with #C672C3
Text Example
Text Example
White with #C672C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672C3; }
p { color: rgb(198,114,195); }
H1.HeaderClassName
{
color: #C672C3;
}
.AnyTagClassName
{
color: #C672C3;
}
</style>
background-color css
<style>
a { background-color: #C672C3; }
a { background-color: rgb(198,114,195); }
div.DivClassName
{
background-color: #C672C3;
}
.BgClassName
{
background-color: #C672C3;
}
</style>
border-color css
<style>
span { border-color: #C672C3; }
span { border-color: rgb(198,114,195); }
td.TdClassName
{
border-color: #C672C3;
}
.TagClassName
{
border-color: #C672C3;
}
</style>