Html Css Color HEX #C162EB Medium Orchid

📋 copy color: '#C162EB'

red 193 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #C162EB

Tints of Medium Orchid #C162EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.63%

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

R = 36.69%
G = 18.63%
B = 44.68%

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

#C162EB (or 0xC162EB) is known color: Medium Orchid. HEX triplet: C1, 62 and EB. RGB value is (193,98,235). Sum of RGB (Red+Green+Blue) = 193+98+235=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C162EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162EB is #3E9D14. Grayscale: #8D8D8D. Windows color (decimal): -4103445 or 15426241. OLE color: 15426241.

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

Color convert

RGB 193 98 235 -
CMYK 0.18 0.58 0 0.08
HSL 281.61º 0.77% 0.65% -
HSV(B) 281.61º 0.58% 0.92% -
XYZ 41.36 26.07 81.45 -
YUV 142.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 193 98 235 0.18 0.58 0 0.08 281.61 0.77 0.65
Hex C1 62 EB 12 3A 0 8 11A 4D 41
Octal 301 142 353 22 72 0 10 432 115 101
Binary 11000001 1100010 11101011 10010 111010 0 1000 100011010 1001101 1000001

Color Harmonies of #C162EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162EB

Black with #C162EB

Text Example


Text Example

White with #C162EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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