Html Css Color HEX #C162EF Medium Orchid

📋 copy color: '#C162EF'

red 193 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #C162EF

Tints of Medium Orchid #C162EF

RGB

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

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

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

R = 36.42%
G = 18.49%
B = 45.09%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C162EF (or 0xC162EF) is known color: Medium Orchid. HEX triplet: C1, 62 and EF. RGB value is (193,98,239). Sum of RGB (Red+Green+Blue) = 193+98+239=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C162EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162EF is #3E9D10. Grayscale: #8E8E8E. Windows color (decimal): -4103441 or 15688385. OLE color: 15688385.

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

Color convert

RGB 193 98 239 -
CMYK 0.19 0.59 0 0.06
HSL 280.43º 0.82% 0.66% -
HSV(B) 280.43º 0.59% 0.94% -
XYZ 41.94 26.3 84.53 -
YUV 142.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 193 98 239 0.19 0.59 0 0.06 280.43 0.82 0.66
Hex C1 62 EF 13 3B 0 6 118 52 42
Octal 301 142 357 23 73 0 6 430 122 102
Binary 11000001 1100010 11101111 10011 111011 0 110 100011000 1010010 1000010

Color Harmonies of #C162EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162EF

Black with #C162EF

Text Example


Text Example

White with #C162EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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