#C263EB

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

Shades of Medium Orchid #C263EB

Tints of Medium Orchid #C263EB

Color information

#C263EB (or 0xC263EB) is unknown color: approx Medium Orchid. HEX triplet: C2, 63 and EB. RGB value is (194,99,235). Sum of RGB (Red+Green+Blue) = 194+99+235=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C263EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263EB is #3D9C14. Grayscale: #8E8E8E. Windows color (decimal): -4037653 or 15426498. OLE color: 15426498.

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

Color convert

RGB19499235-
CMYK0.170.5800.08
HSL281.91º77.27%65.49%-
HSV(B)281.91º57.87%92.16%-
XYZ41.7126.3981.49-
YUV142.91179.97164.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 99 (39.06% from 255) = 18.75%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=36.74%
G=18.75%
B=44.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194992350.170.5800.08281.9177.2765.49
HexC263EB113A0811a4d41
Octal3021433532172010432115101
Binary11000010110001111101011100011110100100010001101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263EB; }

 p { color: rgb(194,99,235); }

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

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

 a { background-color: rgb(194,99,235); }

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

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

 span { border-color: rgb(194,99,235); }

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