#C259EF

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

Shades of Medium Orchid #C259EF

Tints of Medium Orchid #C259EF

Color information

#C259EF (or 0xC259EF) is unknown color: approx Medium Orchid. HEX triplet: C2, 59 and EF. RGB value is (194,89,239). Sum of RGB (Red+Green+Blue) = 194+89+239=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C259EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259EF is #3DA610. Grayscale: #898989. Windows color (decimal): -4040209 or 15686082. OLE color: 15686082.

HSL color Cylindrical-coordinate representation of color #C259EF: hue angle of 282º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C259EF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19489239-
CMYK0.190.6300.06
HSL282º82.42%64.31%-
HSV(B)282º62.76%93.73%-
XYZ41.424.8584.28-
YUV137.5185.29168.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 89 (35.16% from 255) = 17.05%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=37.16%
G=17.05%
B=45.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194892390.190.6300.0628282.4264.31
HexC259EF133F0611a5240
Octal302131357237706432122100
Binary1100001010110011110111110011111111011010001101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259EF; }

 p { color: rgb(194,89,239); }

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

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

 a { background-color: rgb(194,89,239); }

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

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

 span { border-color: rgb(194,89,239); }

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