Html Css Color HEX #C160EB Medium Orchid

📋 copy color: '#C160EB'

red 193 ◦ green 96 ◦ blue 235

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

Shades of Medium Orchid #C160EB

Tints of Medium Orchid #C160EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 36.83%
G = 18.32%
B = 44.85%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C160EB (or 0xC160EB) is known color: Medium Orchid. HEX triplet: C1, 60 and EB. RGB value is (193,96,235). Sum of RGB (Red+Green+Blue) = 193+96+235=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #C160EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EB is #3E9F14. Grayscale: #8C8C8C. Windows color (decimal): -4103957 or 15425729. OLE color: 15425729.

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

Color convert

RGB 193 96 235 -
CMYK 0.18 0.59 0 0.08
HSL 281.87º 0.78% 0.65% -
HSV(B) 281.87º 0.59% 0.92% -
XYZ 41.17 25.7 81.39 -
YUV 140.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 193 96 235 0.18 0.59 0 0.08 281.87 0.78 0.65
Hex C1 60 EB 12 3B 0 8 11A 4E 41
Octal 301 140 353 22 73 0 10 432 116 101
Binary 11000001 1100000 11101011 10010 111011 0 1000 100011010 1001110 1000001

Color Harmonies of #C160EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160EB

Black with #C160EB

Text Example


Text Example

White with #C160EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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