Html Css Color HEX #C162EC Medium Orchid

📋 copy color: '#C162EC'

red 193 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #C162EC

Tints of Medium Orchid #C162EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 36.62%
G = 18.6%
B = 44.78%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C162EC (or 0xC162EC) is known color: Medium Orchid. HEX triplet: C1, 62 and EC. RGB value is (193,98,236). Sum of RGB (Red+Green+Blue) = 193+98+236=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C162EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162EC is #3E9D13. Grayscale: #8D8D8D. Windows color (decimal): -4103444 or 15491777. OLE color: 15491777.

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

Color convert

RGB 193 98 236 -
CMYK 0.18 0.58 0 0.07
HSL 281.3º 0.78% 0.65% -
HSV(B) 281.3º 0.58% 0.93% -
XYZ 41.5 26.13 82.21 -
YUV 142.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 193 98 236 0.18 0.58 0 0.07 281.3 0.78 0.65
Hex C1 62 EC 12 3A 0 7 119 4E 41
Octal 301 142 354 22 72 0 7 431 116 101
Binary 11000001 1100010 11101100 10010 111010 0 111 100011001 1001110 1000001

Color Harmonies of #C162EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162EC

Black with #C162EC

Text Example


Text Example

White with #C162EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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