Shades of Orchid #C675CC
Tints of Orchid #C675CC
RGB
CMYK
RGB Variations
Color information
#C675CC (or 0xC675CC) is known color: Orchid. HEX triplet: C6, 75 and CC. RGB value is (198,117,204). Sum of RGB (Red+Green+Blue) = 198+117+204=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C675CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675CC is #398A33. Grayscale: #969696. Windows color (decimal): -3770932 or 13399494. OLE color: 13399494.
HSL color Cylindrical-coordinate representation of color #C675CC: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C675CC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 117 | 204 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.2 |
| HSL | 295.86º | 0.46% | 0.63% | - |
| HSV(B) | 295.86º | 0.43% | 0.8% | - |
| XYZ | 40.55 | 29.09 | 60.6 | - |
| YUV | 151.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 204 | 0.03 | 0.43 | 0 | 0.2 | 295.86 | 0.46 | 0.63 |
| Hex | C6 | 75 | CC | 3 | 2B | 0 | 14 | 128 | 2E | 3F |
| Octal | 306 | 165 | 314 | 3 | 53 | 0 | 24 | 450 | 56 | 77 |
| Binary | 11000110 | 1110101 | 11001100 | 11 | 101011 | 0 | 10100 | 100101000 | 101110 | 111111 |
Color Harmonies of #C675CC
Complementary color
Monochromatic Colors of #C675CC
Black with #C675CC
Text Example
Text Example
White with #C675CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675CC; }
p { color: rgb(198,117,204); }
H1.HeaderClassName
{
color: #C675CC;
}
.AnyTagClassName
{
color: #C675CC;
}
</style>
background-color css
<style>
a { background-color: #C675CC; }
a { background-color: rgb(198,117,204); }
div.DivClassName
{
background-color: #C675CC;
}
.BgClassName
{
background-color: #C675CC;
}
</style>
border-color css
<style>
span { border-color: #C675CC; }
span { border-color: rgb(198,117,204); }
td.TdClassName
{
border-color: #C675CC;
}
.TagClassName
{
border-color: #C675CC;
}
</style>