Html Css Color HEX #C163ED Medium Orchid

📋 copy color: '#C163ED'

red 193 ◦ green 99 ◦ blue 237

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

Shades of Medium Orchid #C163ED

Tints of Medium Orchid #C163ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 36.48%
G = 18.71%
B = 44.8%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C163ED (or 0xC163ED) is known color: Medium Orchid. HEX triplet: C1, 63 and ED. RGB value is (193,99,237). Sum of RGB (Red+Green+Blue) = 193+99+237=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C163ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163ED is #3E9C12. Grayscale: #8E8E8E. Windows color (decimal): -4103187 or 15557569. OLE color: 15557569.

HSL color Cylindrical-coordinate representation of color #C163ED: hue angle of 280.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C163ED is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 99 237 -
CMYK 0.19 0.58 0 0.07
HSL 280.87º 0.79% 0.66% -
HSV(B) 280.87º 0.58% 0.93% -
XYZ 41.74 26.38 83.01 -
YUV 142.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 193 99 237 0.19 0.58 0 0.07 280.87 0.79 0.66
Hex C1 63 ED 13 3A 0 7 119 4F 42
Octal 301 143 355 23 72 0 7 431 117 102
Binary 11000001 1100011 11101101 10011 111010 0 111 100011001 1001111 1000010

Color Harmonies of #C163ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163ED

Black with #C163ED

Text Example


Text Example

White with #C163ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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