Shades of Medium Orchid #C465E4
Tints of Medium Orchid #C465E4
RGB
CMYK
RGB Variations
Color information
#C465E4 (or 0xC465E4) is known color: Medium Orchid. HEX triplet: C4, 65 and E4. RGB value is (196,101,228). Sum of RGB (Red+Green+Blue) = 196+101+228=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #C465E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465E4 is #3B9A1B. Grayscale: #8F8F8F. Windows color (decimal): -3906076 or 14968260. OLE color: 14968260.
HSL color Cylindrical-coordinate representation of color #C465E4: hue angle of 284.88º 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 #C465E4 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 101 | 228 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.11 |
| HSL | 284.88º | 0.7% | 0.65% | - |
| HSV(B) | 284.88º | 0.56% | 0.89% | - |
| XYZ | 41.42 | 26.64 | 76.36 | - |
| YUV | 143.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 228 | 0.14 | 0.56 | 0 | 0.11 | 284.88 | 0.7 | 0.65 |
| Hex | C4 | 65 | E4 | E | 38 | 0 | B | 11D | 46 | 41 |
| Octal | 304 | 145 | 344 | 16 | 70 | 0 | 13 | 435 | 106 | 101 |
| Binary | 11000100 | 1100101 | 11100100 | 1110 | 111000 | 0 | 1011 | 100011101 | 1000110 | 1000001 |
Color Harmonies of #C465E4
Complementary color
Monochromatic Colors of #C465E4
Black with #C465E4
Text Example
Text Example
White with #C465E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465E4; }
p { color: rgb(196,101,228); }
H1.HeaderClassName
{
color: #C465E4;
}
.AnyTagClassName
{
color: #C465E4;
}
</style>
background-color css
<style>
a { background-color: #C465E4; }
a { background-color: rgb(196,101,228); }
div.DivClassName
{
background-color: #C465E4;
}
.BgClassName
{
background-color: #C465E4;
}
</style>
border-color css
<style>
span { border-color: #C465E4; }
span { border-color: rgb(196,101,228); }
td.TdClassName
{
border-color: #C465E4;
}
.TagClassName
{
border-color: #C465E4;
}
</style>