Shades of Medium Orchid #C667D4
Tints of Medium Orchid #C667D4
RGB
CMYK
RGB Variations
Color information
#C667D4 (or 0xC667D4) is known color: Medium Orchid. HEX triplet: C6, 67 and D4. RGB value is (198,103,212). Sum of RGB (Red+Green+Blue) = 198+103+212=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #C667D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667D4 is #39982B. Grayscale: #8F8F8F. Windows color (decimal): -3774508 or 13920198. OLE color: 13920198.
HSL color Cylindrical-coordinate representation of color #C667D4: hue angle of 292.29º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C667D4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 103 | 212 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.17 |
| HSL | 292.29º | 0.56% | 0.62% | - |
| HSV(B) | 292.29º | 0.51% | 0.83% | - |
| XYZ | 40.02 | 26.46 | 65.29 | - |
| YUV | 143.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 212 | 0.07 | 0.51 | 0 | 0.17 | 292.29 | 0.56 | 0.62 |
| Hex | C6 | 67 | D4 | 7 | 33 | 0 | 11 | 124 | 38 | 3E |
| Octal | 306 | 147 | 324 | 7 | 63 | 0 | 21 | 444 | 70 | 76 |
| Binary | 11000110 | 1100111 | 11010100 | 111 | 110011 | 0 | 10001 | 100100100 | 111000 | 111110 |
Color Harmonies of #C667D4
Complementary color
Monochromatic Colors of #C667D4
Black with #C667D4
Text Example
Text Example
White with #C667D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667D4; }
p { color: rgb(198,103,212); }
H1.HeaderClassName
{
color: #C667D4;
}
.AnyTagClassName
{
color: #C667D4;
}
</style>
background-color css
<style>
a { background-color: #C667D4; }
a { background-color: rgb(198,103,212); }
div.DivClassName
{
background-color: #C667D4;
}
.BgClassName
{
background-color: #C667D4;
}
</style>
border-color css
<style>
span { border-color: #C667D4; }
span { border-color: rgb(198,103,212); }
td.TdClassName
{
border-color: #C667D4;
}
.TagClassName
{
border-color: #C667D4;
}
</style>