Shades of Medium Orchid #C067EA
Tints of Medium Orchid #C067EA
RGB
CMYK
RGB Variations
Color information
#C067EA (or 0xC067EA) is known color: Medium Orchid. HEX triplet: C0, 67 and EA. RGB value is (192,103,234). Sum of RGB (Red+Green+Blue) = 192+103+234=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C067EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067EA is #3F9815. Grayscale: #909090. Windows color (decimal): -4167702 or 15361984. OLE color: 15361984.
HSL color Cylindrical-coordinate representation of color #C067EA: hue angle of 280.76º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C067EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 103 | 234 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.08 |
| HSL | 280.76º | 0.76% | 0.66% | - |
| HSV(B) | 280.76º | 0.56% | 0.92% | - |
| XYZ | 41.44 | 26.85 | 80.84 | - |
| YUV | 144.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 234 | 0.18 | 0.56 | 0 | 0.08 | 280.76 | 0.76 | 0.66 |
| Hex | C0 | 67 | EA | 12 | 38 | 0 | 8 | 119 | 4C | 42 |
| Octal | 300 | 147 | 352 | 22 | 70 | 0 | 10 | 431 | 114 | 102 |
| Binary | 11000000 | 1100111 | 11101010 | 10010 | 111000 | 0 | 1000 | 100011001 | 1001100 | 1000010 |
Color Harmonies of #C067EA
Complementary color
Monochromatic Colors of #C067EA
Black with #C067EA
Text Example
Text Example
White with #C067EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067EA; }
p { color: rgb(192,103,234); }
H1.HeaderClassName
{
color: #C067EA;
}
.AnyTagClassName
{
color: #C067EA;
}
</style>
background-color css
<style>
a { background-color: #C067EA; }
a { background-color: rgb(192,103,234); }
div.DivClassName
{
background-color: #C067EA;
}
.BgClassName
{
background-color: #C067EA;
}
</style>
border-color css
<style>
span { border-color: #C067EA; }
span { border-color: rgb(192,103,234); }
td.TdClassName
{
border-color: #C067EA;
}
.TagClassName
{
border-color: #C067EA;
}
</style>