Shades of Orchid #C675D3
Tints of Orchid #C675D3
RGB
CMYK
RGB Variations
Color information
#C675D3 (or 0xC675D3) is known color: Orchid. HEX triplet: C6, 75 and D3. RGB value is (198,117,211). Sum of RGB (Red+Green+Blue) = 198+117+211=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #C675D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675D3 is #398A2C. Grayscale: #979797. Windows color (decimal): -3770925 or 13858246. OLE color: 13858246.
HSL color Cylindrical-coordinate representation of color #C675D3: hue angle of 291.7º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C675D3 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 117 | 211 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.17 |
| HSL | 291.7º | 0.52% | 0.64% | - |
| HSV(B) | 291.7º | 0.45% | 0.83% | - |
| XYZ | 41.41 | 29.43 | 65.13 | - |
| YUV | 151.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 211 | 0.06 | 0.45 | 0 | 0.17 | 291.7 | 0.52 | 0.64 |
| Hex | C6 | 75 | D3 | 6 | 2D | 0 | 11 | 124 | 34 | 40 |
| Octal | 306 | 165 | 323 | 6 | 55 | 0 | 21 | 444 | 64 | 100 |
| Binary | 11000110 | 1110101 | 11010011 | 110 | 101101 | 0 | 10001 | 100100100 | 110100 | 1000000 |
Color Harmonies of #C675D3
Complementary color
Monochromatic Colors of #C675D3
Black with #C675D3
Text Example
Text Example
White with #C675D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675D3; }
p { color: rgb(198,117,211); }
H1.HeaderClassName
{
color: #C675D3;
}
.AnyTagClassName
{
color: #C675D3;
}
</style>
background-color css
<style>
a { background-color: #C675D3; }
a { background-color: rgb(198,117,211); }
div.DivClassName
{
background-color: #C675D3;
}
.BgClassName
{
background-color: #C675D3;
}
</style>
border-color css
<style>
span { border-color: #C675D3; }
span { border-color: rgb(198,117,211); }
td.TdClassName
{
border-color: #C675D3;
}
.TagClassName
{
border-color: #C675D3;
}
</style>