Shades of Orchid #C671DE
Tints of Orchid #C671DE
RGB
CMYK
RGB Variations
Color information
#C671DE (or 0xC671DE) is known color: Orchid. HEX triplet: C6, 71 and DE. RGB value is (198,113,222). Sum of RGB (Red+Green+Blue) = 198+113+222=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #C671DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671DE is #398E21. Grayscale: #969696. Windows color (decimal): -3771938 or 14578118. OLE color: 14578118.
HSL color Cylindrical-coordinate representation of color #C671DE: hue angle of 286.79º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C671DE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 113 | 222 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.13 |
| HSL | 286.79º | 0.62% | 0.66% | - |
| HSV(B) | 286.79º | 0.49% | 0.87% | - |
| XYZ | 42.38 | 29.09 | 72.49 | - |
| YUV | 150.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 222 | 0.11 | 0.49 | 0 | 0.13 | 286.79 | 0.62 | 0.66 |
| Hex | C6 | 71 | DE | B | 31 | 0 | D | 11F | 3E | 42 |
| Octal | 306 | 161 | 336 | 13 | 61 | 0 | 15 | 437 | 76 | 102 |
| Binary | 11000110 | 1110001 | 11011110 | 1011 | 110001 | 0 | 1101 | 100011111 | 111110 | 1000010 |
Color Harmonies of #C671DE
Complementary color
Monochromatic Colors of #C671DE
Black with #C671DE
Text Example
Text Example
White with #C671DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671DE; }
p { color: rgb(198,113,222); }
H1.HeaderClassName
{
color: #C671DE;
}
.AnyTagClassName
{
color: #C671DE;
}
</style>
background-color css
<style>
a { background-color: #C671DE; }
a { background-color: rgb(198,113,222); }
div.DivClassName
{
background-color: #C671DE;
}
.BgClassName
{
background-color: #C671DE;
}
</style>
border-color css
<style>
span { border-color: #C671DE; }
span { border-color: rgb(198,113,222); }
td.TdClassName
{
border-color: #C671DE;
}
.TagClassName
{
border-color: #C671DE;
}
</style>