Shades of Orchid #C675DB
Tints of Orchid #C675DB
RGB
CMYK
RGB Variations
Color information
#C675DB (or 0xC675DB) is known color: Orchid. HEX triplet: C6, 75 and DB. RGB value is (198,117,219). Sum of RGB (Red+Green+Blue) = 198+117+219=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C675DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DB is #398A24. Grayscale: #989898. Windows color (decimal): -3770917 or 14382534. OLE color: 14382534.
HSL color Cylindrical-coordinate representation of color #C675DB: hue angle of 287.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C675DB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 117 | 219 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.14 |
| HSL | 287.65º | 0.59% | 0.66% | - |
| HSV(B) | 287.65º | 0.47% | 0.86% | - |
| XYZ | 42.44 | 29.84 | 70.54 | - |
| YUV | 152.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 219 | 0.10 | 0.47 | 0 | 0.14 | 287.65 | 0.59 | 0.66 |
| Hex | C6 | 75 | DB | A | 2F | 0 | E | 120 | 3B | 42 |
| Octal | 306 | 165 | 333 | 12 | 57 | 0 | 16 | 440 | 73 | 102 |
| Binary | 11000110 | 1110101 | 11011011 | 1010 | 101111 | 0 | 1110 | 100100000 | 111011 | 1000010 |
Color Harmonies of #C675DB
Complementary color
Monochromatic Colors of #C675DB
Black with #C675DB
Text Example
Text Example
White with #C675DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675DB; }
p { color: rgb(198,117,219); }
H1.HeaderClassName
{
color: #C675DB;
}
.AnyTagClassName
{
color: #C675DB;
}
</style>
background-color css
<style>
a { background-color: #C675DB; }
a { background-color: rgb(198,117,219); }
div.DivClassName
{
background-color: #C675DB;
}
.BgClassName
{
background-color: #C675DB;
}
</style>
border-color css
<style>
span { border-color: #C675DB; }
span { border-color: rgb(198,117,219); }
td.TdClassName
{
border-color: #C675DB;
}
.TagClassName
{
border-color: #C675DB;
}
</style>