#C061EA

Color #C061EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C061EA

Tints of Medium Orchid #C061EA

Color information

#C061EA (or 0xC061EA) is unknown color: approx Medium Orchid. HEX triplet: C0, 61 and EA. RGB value is (192,97,234). Sum of RGB (Red+Green+Blue) = 192+97+234=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C061EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061EA is #3F9E15. Grayscale: #8C8C8C. Windows color (decimal): -4169238 or 15360448. OLE color: 15360448.

HSL color Cylindrical-coordinate representation of color #C061EA: hue angle of 281.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C061EA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19297234-
CMYK0.180.5900.08
HSL281.61º76.54%64.9%-
HSV(B)281.61º58.55%91.76%-
XYZ40.8625.780.65-
YUV141.02180.47164.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=36.71%
G=18.55%
B=44.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192972340.180.5900.08281.6176.5464.9
HexC061EA123B0811a4d41
Octal3001413522273010432115101
Binary11000000110000111101010100101110110100010001101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061EA; }

 p { color: rgb(192,97,234); }

 H1.HeaderClassName
 {
   color: #C061EA;
 }
 .AnyTagClassName
 {
   color: #C061EA;
 }
</style>
background-color css

<style>
 a { background-color: #C061EA; }

 a { background-color: rgb(192,97,234); }

 div.DivClassName
 {
   background-color: #C061EA;
 }
 .BgClassName
 {
   background-color: #C061EA;
 }
</style>
border-color css

<style>
 span { border-color: #C061EA; }

 span { border-color: rgb(192,97,234); }

 td.TdClassName
 {
   border-color: #C061EA;
 }
 .TagClassName
 {
   border-color: #C061EA;
 }
</style>