Html Css Color HEX #C162E9 Medium Orchid

📋 copy color: '#C162E9'

red 193 ◦ green 98 ◦ blue 233

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

Shades of Medium Orchid #C162E9

Tints of Medium Orchid #C162E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 36.83%
G = 18.7%
B = 44.47%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C162E9 (or 0xC162E9) is known color: Medium Orchid. HEX triplet: C1, 62 and E9. RGB value is (193,98,233). Sum of RGB (Red+Green+Blue) = 193+98+233=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #C162E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162E9 is #3E9D16. Grayscale: #8D8D8D. Windows color (decimal): -4103447 or 15295169. OLE color: 15295169.

HSL color Cylindrical-coordinate representation of color #C162E9: hue angle of 282.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C162E9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 98 233 -
CMYK 0.17 0.58 0 0.09
HSL 282.22º 0.75% 0.65% -
HSV(B) 282.22º 0.58% 0.91% -
XYZ 41.07 25.96 79.94 -
YUV 141.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 193 98 233 0.17 0.58 0 0.09 282.22 0.75 0.65
Hex C1 62 E9 11 3A 0 9 11A 4B 41
Octal 301 142 351 21 72 0 11 432 113 101
Binary 11000001 1100010 11101001 10001 111010 0 1001 100011010 1001011 1000001

Color Harmonies of #C162E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162E9

Black with #C162E9

Text Example


Text Example

White with #C162E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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