Html Css Color HEX #C160ED Medium Orchid

📋 copy color: '#C160ED'

red 193 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #C160ED

Tints of Medium Orchid #C160ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

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

R = 36.69%
G = 18.25%
B = 45.06%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C160ED (or 0xC160ED) is known color: Medium Orchid. HEX triplet: C1, 60 and ED. RGB value is (193,96,237). Sum of RGB (Red+Green+Blue) = 193+96+237=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C160ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160ED is #3E9F12. Grayscale: #8C8C8C. Windows color (decimal): -4103955 or 15556801. OLE color: 15556801.

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

Color convert

RGB 193 96 237 -
CMYK 0.19 0.59 0 0.07
HSL 281.28º 0.8% 0.65% -
HSV(B) 281.28º 0.59% 0.93% -
XYZ 41.46 25.82 82.92 -
YUV 141.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 193 96 237 0.19 0.59 0 0.07 281.28 0.8 0.65
Hex C1 60 ED 13 3B 0 7 119 50 41
Octal 301 140 355 23 73 0 7 431 120 101
Binary 11000001 1100000 11101101 10011 111011 0 111 100011001 1010000 1000001

Color Harmonies of #C160ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160ED

Black with #C160ED

Text Example


Text Example

White with #C160ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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