Shades of Medium Orchid #C764D2
Tints of Medium Orchid #C764D2
RGB
CMYK
RGB Variations
Color information
#C764D2 (or 0xC764D2) is known color: Medium Orchid. HEX triplet: C7, 64 and D2. RGB value is (199,100,210). Sum of RGB (Red+Green+Blue) = 199+100+210=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #C764D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D2 is #389B2D. Grayscale: #8D8D8D. Windows color (decimal): -3709742 or 13788359. OLE color: 13788359.
HSL color Cylindrical-coordinate representation of color #C764D2: hue angle of 294º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C764D2 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 100 | 210 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.18 |
| HSL | 294º | 0.55% | 0.61% | - |
| HSV(B) | 294º | 0.52% | 0.82% | - |
| XYZ | 39.74 | 25.91 | 63.88 | - |
| YUV | 142.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 210 | 0.05 | 0.52 | 0 | 0.18 | 294 | 0.55 | 0.61 |
| Hex | C7 | 64 | D2 | 5 | 34 | 0 | 12 | 126 | 37 | 3D |
| Octal | 307 | 144 | 322 | 5 | 64 | 0 | 22 | 446 | 67 | 75 |
| Binary | 11000111 | 1100100 | 11010010 | 101 | 110100 | 0 | 10010 | 100100110 | 110111 | 111101 |
Color Harmonies of #C764D2
Complementary color
Monochromatic Colors of #C764D2
Black with #C764D2
Text Example
Text Example
White with #C764D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764D2; }
p { color: rgb(199,100,210); }
H1.HeaderClassName
{
color: #C764D2;
}
.AnyTagClassName
{
color: #C764D2;
}
</style>
background-color css
<style>
a { background-color: #C764D2; }
a { background-color: rgb(199,100,210); }
div.DivClassName
{
background-color: #C764D2;
}
.BgClassName
{
background-color: #C764D2;
}
</style>
border-color css
<style>
span { border-color: #C764D2; }
span { border-color: rgb(199,100,210); }
td.TdClassName
{
border-color: #C764D2;
}
.TagClassName
{
border-color: #C764D2;
}
</style>