Shades of Medium Orchid #C269EA
Tints of Medium Orchid #C269EA
RGB
CMYK
RGB Variations
Color information
#C269EA (or 0xC269EA) is known color: Medium Orchid. HEX triplet: C2, 69 and EA. RGB value is (194,105,234). Sum of RGB (Red+Green+Blue) = 194+105+234=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #C269EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269EA is #3D9615. Grayscale: #919191. Windows color (decimal): -4036118 or 15362498. OLE color: 15362498.
HSL color Cylindrical-coordinate representation of color #C269EA: hue angle of 281.4º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C269EA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 105 | 234 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.08 |
| HSL | 281.4º | 0.75% | 0.66% | - |
| HSV(B) | 281.4º | 0.55% | 0.92% | - |
| XYZ | 42.15 | 27.51 | 80.93 | - |
| YUV | 146.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 234 | 0.17 | 0.55 | 0 | 0.08 | 281.4 | 0.75 | 0.66 |
| Hex | C2 | 69 | EA | 11 | 37 | 0 | 8 | 119 | 4B | 42 |
| Octal | 302 | 151 | 352 | 21 | 67 | 0 | 10 | 431 | 113 | 102 |
| Binary | 11000010 | 1101001 | 11101010 | 10001 | 110111 | 0 | 1000 | 100011001 | 1001011 | 1000010 |
Color Harmonies of #C269EA
Complementary color
Monochromatic Colors of #C269EA
Black with #C269EA
Text Example
Text Example
White with #C269EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269EA; }
p { color: rgb(194,105,234); }
H1.HeaderClassName
{
color: #C269EA;
}
.AnyTagClassName
{
color: #C269EA;
}
</style>
background-color css
<style>
a { background-color: #C269EA; }
a { background-color: rgb(194,105,234); }
div.DivClassName
{
background-color: #C269EA;
}
.BgClassName
{
background-color: #C269EA;
}
</style>
border-color css
<style>
span { border-color: #C269EA; }
span { border-color: rgb(194,105,234); }
td.TdClassName
{
border-color: #C269EA;
}
.TagClassName
{
border-color: #C269EA;
}
</style>