Html Css Color HEX #C160EF Medium Orchid

📋 copy color: '#C160EF'

red 193 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #C160EF

Tints of Medium Orchid #C160EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 36.55%
G = 18.18%
B = 45.27%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C160EF (or 0xC160EF) is known color: Medium Orchid. HEX triplet: C1, 60 and EF. RGB value is (193,96,239). Sum of RGB (Red+Green+Blue) = 193+96+239=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C160EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EF is #3E9F10. Grayscale: #8C8C8C. Windows color (decimal): -4103953 or 15687873. OLE color: 15687873.

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

Color convert

RGB 193 96 239 -
CMYK 0.19 0.60 0 0.06
HSL 280.7º 0.82% 0.66% -
HSV(B) 280.7º 0.6% 0.94% -
XYZ 41.76 25.94 84.47 -
YUV 141.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 193 96 239 0.19 0.60 0 0.06 280.7 0.82 0.66
Hex C1 60 EF 13 3C 0 6 119 52 42
Octal 301 140 357 23 74 0 6 431 122 102
Binary 11000001 1100000 11101111 10011 111100 0 110 100011001 1010010 1000010

Color Harmonies of #C160EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160EF

Black with #C160EF

Text Example


Text Example

White with #C160EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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