Shades of Orchid #C675CE
Tints of Orchid #C675CE
RGB
CMYK
RGB Variations
Color information
#C675CE (or 0xC675CE) is known color: Orchid. HEX triplet: C6, 75 and CE. RGB value is (198,117,206). Sum of RGB (Red+Green+Blue) = 198+117+206=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C675CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675CE is #398A31. Grayscale: #979797. Windows color (decimal): -3770930 or 13530566. OLE color: 13530566.
HSL color Cylindrical-coordinate representation of color #C675CE: hue angle of 294.61º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C675CE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 117 | 206 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.19 |
| HSL | 294.61º | 0.48% | 0.63% | - |
| HSV(B) | 294.61º | 0.43% | 0.81% | - |
| XYZ | 40.79 | 29.18 | 61.88 | - |
| YUV | 151.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 206 | 0.04 | 0.43 | 0 | 0.19 | 294.61 | 0.48 | 0.63 |
| Hex | C6 | 75 | CE | 4 | 2B | 0 | 13 | 127 | 30 | 3F |
| Octal | 306 | 165 | 316 | 4 | 53 | 0 | 23 | 447 | 60 | 77 |
| Binary | 11000110 | 1110101 | 11001110 | 100 | 101011 | 0 | 10011 | 100100111 | 110000 | 111111 |
Color Harmonies of #C675CE
Complementary color
Monochromatic Colors of #C675CE
Black with #C675CE
Text Example
Text Example
White with #C675CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675CE; }
p { color: rgb(198,117,206); }
H1.HeaderClassName
{
color: #C675CE;
}
.AnyTagClassName
{
color: #C675CE;
}
</style>
background-color css
<style>
a { background-color: #C675CE; }
a { background-color: rgb(198,117,206); }
div.DivClassName
{
background-color: #C675CE;
}
.BgClassName
{
background-color: #C675CE;
}
</style>
border-color css
<style>
span { border-color: #C675CE; }
span { border-color: rgb(198,117,206); }
td.TdClassName
{
border-color: #C675CE;
}
.TagClassName
{
border-color: #C675CE;
}
</style>