Shades of Orchid #C67FCE
Tints of Orchid #C67FCE
RGB
CMYK
RGB Variations
Color information
#C67FCE (or 0xC67FCE) is known color: Orchid. HEX triplet: C6, 7F and CE. RGB value is (198,127,206). Sum of RGB (Red+Green+Blue) = 198+127+206=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCE is #398031. Grayscale: #9C9C9C. Windows color (decimal): -3768370 or 13533126. OLE color: 13533126.
HSL color Cylindrical-coordinate representation of color #C67FCE: hue angle of 293.92º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67FCE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 127 | 206 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.19 |
| HSL | 293.92º | 0.45% | 0.65% | - |
| HSV(B) | 293.92º | 0.38% | 0.81% | - |
| XYZ | 42.02 | 31.64 | 62.29 | - |
| YUV | 157.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 206 | 0.04 | 0.38 | 0 | 0.19 | 293.92 | 0.45 | 0.65 |
| Hex | C6 | 7F | CE | 4 | 26 | 0 | 13 | 126 | 2D | 41 |
| Octal | 306 | 177 | 316 | 4 | 46 | 0 | 23 | 446 | 55 | 101 |
| Binary | 11000110 | 1111111 | 11001110 | 100 | 100110 | 0 | 10011 | 100100110 | 101101 | 1000001 |
Color Harmonies of #C67FCE
Complementary color
Monochromatic Colors of #C67FCE
Black with #C67FCE
Text Example
Text Example
White with #C67FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FCE; }
p { color: rgb(198,127,206); }
H1.HeaderClassName
{
color: #C67FCE;
}
.AnyTagClassName
{
color: #C67FCE;
}
</style>
background-color css
<style>
a { background-color: #C67FCE; }
a { background-color: rgb(198,127,206); }
div.DivClassName
{
background-color: #C67FCE;
}
.BgClassName
{
background-color: #C67FCE;
}
</style>
border-color css
<style>
span { border-color: #C67FCE; }
span { border-color: rgb(198,127,206); }
td.TdClassName
{
border-color: #C67FCE;
}
.TagClassName
{
border-color: #C67FCE;
}
</style>