Shades of Medium Orchid #C765E4
Tints of Medium Orchid #C765E4
RGB
CMYK
RGB Variations
Color information
#C765E4 (or 0xC765E4) is known color: Medium Orchid. HEX triplet: C7, 65 and E4. RGB value is (199,101,228). Sum of RGB (Red+Green+Blue) = 199+101+228=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #C765E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765E4 is #389A1B. Grayscale: #909090. Windows color (decimal): -3709468 or 14968263. OLE color: 14968263.
HSL color Cylindrical-coordinate representation of color #C765E4: hue angle of 286.3º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C765E4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 101 | 228 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.11 |
| HSL | 286.3º | 0.7% | 0.65% | - |
| HSV(B) | 286.3º | 0.56% | 0.89% | - |
| XYZ | 42.21 | 27.05 | 76.4 | - |
| YUV | 144.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 228 | 0.13 | 0.56 | 0 | 0.11 | 286.3 | 0.7 | 0.65 |
| Hex | C7 | 65 | E4 | D | 38 | 0 | B | 11E | 46 | 41 |
| Octal | 307 | 145 | 344 | 15 | 70 | 0 | 13 | 436 | 106 | 101 |
| Binary | 11000111 | 1100101 | 11100100 | 1101 | 111000 | 0 | 1011 | 100011110 | 1000110 | 1000001 |
Color Harmonies of #C765E4
Complementary color
Monochromatic Colors of #C765E4
Black with #C765E4
Text Example
Text Example
White with #C765E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765E4; }
p { color: rgb(199,101,228); }
H1.HeaderClassName
{
color: #C765E4;
}
.AnyTagClassName
{
color: #C765E4;
}
</style>
background-color css
<style>
a { background-color: #C765E4; }
a { background-color: rgb(199,101,228); }
div.DivClassName
{
background-color: #C765E4;
}
.BgClassName
{
background-color: #C765E4;
}
</style>
border-color css
<style>
span { border-color: #C765E4; }
span { border-color: rgb(199,101,228); }
td.TdClassName
{
border-color: #C765E4;
}
.TagClassName
{
border-color: #C765E4;
}
</style>