Shades of Orchid #C683CA
Tints of Orchid #C683CA
RGB
CMYK
RGB Variations
Color information
#C683CA (or 0xC683CA) is known color: Orchid. HEX triplet: C6, 83 and CA. RGB value is (198,131,202). Sum of RGB (Red+Green+Blue) = 198+131+202=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C683CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CA is #397C35. Grayscale: #9E9E9E. Windows color (decimal): -3767350 or 13272006. OLE color: 13272006.
HSL color Cylindrical-coordinate representation of color #C683CA: hue angle of 296.62º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C683CA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 131 | 202 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.21 |
| HSL | 296.62º | 0.4% | 0.65% | - |
| HSV(B) | 296.62º | 0.35% | 0.79% | - |
| XYZ | 42.07 | 32.5 | 59.93 | - |
| YUV | 159.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 202 | 0.02 | 0.35 | 0 | 0.21 | 296.62 | 0.4 | 0.65 |
| Hex | C6 | 83 | CA | 2 | 23 | 0 | 15 | 129 | 28 | 41 |
| Octal | 306 | 203 | 312 | 2 | 43 | 0 | 25 | 451 | 50 | 101 |
| Binary | 11000110 | 10000011 | 11001010 | 10 | 100011 | 0 | 10101 | 100101001 | 101000 | 1000001 |
Color Harmonies of #C683CA
Complementary color
Monochromatic Colors of #C683CA
Black with #C683CA
Text Example
Text Example
White with #C683CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683CA; }
p { color: rgb(198,131,202); }
H1.HeaderClassName
{
color: #C683CA;
}
.AnyTagClassName
{
color: #C683CA;
}
</style>
background-color css
<style>
a { background-color: #C683CA; }
a { background-color: rgb(198,131,202); }
div.DivClassName
{
background-color: #C683CA;
}
.BgClassName
{
background-color: #C683CA;
}
</style>
border-color css
<style>
span { border-color: #C683CA; }
span { border-color: rgb(198,131,202); }
td.TdClassName
{
border-color: #C683CA;
}
.TagClassName
{
border-color: #C683CA;
}
</style>