Shades of Orchid #C679CA
Tints of Orchid #C679CA
RGB
CMYK
RGB Variations
Color information
#C679CA (or 0xC679CA) is known color: Orchid. HEX triplet: C6, 79 and CA. RGB value is (198,121,202). Sum of RGB (Red+Green+Blue) = 198+121+202=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C679CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679CA is #398635. Grayscale: #999999. Windows color (decimal): -3769910 or 13269446. OLE color: 13269446.
HSL color Cylindrical-coordinate representation of color #C679CA: hue angle of 297.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C679CA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 121 | 202 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.21 |
| HSL | 297.04º | 0.43% | 0.63% | - |
| HSV(B) | 297.04º | 0.4% | 0.79% | - |
| XYZ | 40.79 | 29.94 | 59.51 | - |
| YUV | 153.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 202 | 0.02 | 0.40 | 0 | 0.21 | 297.04 | 0.43 | 0.63 |
| Hex | C6 | 79 | CA | 2 | 28 | 0 | 15 | 129 | 2B | 3F |
| Octal | 306 | 171 | 312 | 2 | 50 | 0 | 25 | 451 | 53 | 77 |
| Binary | 11000110 | 1111001 | 11001010 | 10 | 101000 | 0 | 10101 | 100101001 | 101011 | 111111 |
Color Harmonies of #C679CA
Complementary color
Monochromatic Colors of #C679CA
Black with #C679CA
Text Example
Text Example
White with #C679CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679CA; }
p { color: rgb(198,121,202); }
H1.HeaderClassName
{
color: #C679CA;
}
.AnyTagClassName
{
color: #C679CA;
}
</style>
background-color css
<style>
a { background-color: #C679CA; }
a { background-color: rgb(198,121,202); }
div.DivClassName
{
background-color: #C679CA;
}
.BgClassName
{
background-color: #C679CA;
}
</style>
border-color css
<style>
span { border-color: #C679CA; }
span { border-color: rgb(198,121,202); }
td.TdClassName
{
border-color: #C679CA;
}
.TagClassName
{
border-color: #C679CA;
}
</style>