Html Css Color HEX #C163EA Medium Orchid

📋 copy color: '#C163EA'

red 193 ◦ green 99 ◦ blue 234

#C163EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C163EA

Tints of Medium Orchid #C163EA

RGB

 RED value IS 193 (75.78% from 255) = 36.69%

 GREEN value IS 99 (39.06% from 255) = 18.82%

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 36.69%
G = 18.82%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C163EA (or 0xC163EA) is known color: Medium Orchid. HEX triplet: C1, 63 and EA. RGB value is (193,99,234). Sum of RGB (Red+Green+Blue) = 193+99+234=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C163EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163EA is #3E9C15. Grayscale: #8E8E8E. Windows color (decimal): -4103190 or 15360961. OLE color: 15360961.

HSL color Cylindrical-coordinate representation of color #C163EA: hue angle of 281.78º degrees, saturation: 0.76, 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 #C163EA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 99 234 -
CMYK 0.18 0.58 0 0.08
HSL 281.78º 0.76% 0.65% -
HSV(B) 281.78º 0.58% 0.92% -
XYZ 41.31 26.2 80.72 -
YUV 142.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 193 99 234 0.18 0.58 0 0.08 281.78 0.76 0.65
Hex C1 63 EA 12 3A 0 8 11A 4C 41
Octal 301 143 352 22 72 0 10 432 114 101
Binary 11000001 1100011 11101010 10010 111010 0 1000 100011010 1001100 1000001

Color Harmonies of #C163EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163EA

Black with #C163EA

Text Example


Text Example

White with #C163EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163EA; }

 p { color: rgb(193,99,234); }

 H1.HeaderClassName
 {
   color: #C163EA;
 }
 .AnyTagClassName
 {
   color: #C163EA;
 }
</style>

background-color css

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

 a { background-color: rgb(193,99,234); }

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

border-color css

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

 span { border-color: rgb(193,99,234); }

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