Html Css Color HEX #C16EE8 Medium Orchid

📋 copy color: '#C16EE8'

red 193 ◦ green 110 ◦ blue 232

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

Shades of Medium Orchid #C16EE8

Tints of Medium Orchid #C16EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 232 (91.02% from 255) = 43.36%

R = 36.07%
G = 20.56%
B = 43.36%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C16EE8 (or 0xC16EE8) is known color: Medium Orchid. HEX triplet: C1, 6E and E8. RGB value is (193,110,232). Sum of RGB (Red+Green+Blue) = 193+110+232=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #C16EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EE8 is #3E9117. Grayscale: #949494. Windows color (decimal): -4100376 or 15232705. OLE color: 15232705.

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

Color convert

RGB 193 110 232 -
CMYK 0.17 0.53 0 0.09
HSL 280.82º 0.73% 0.67% -
HSV(B) 280.82º 0.53% 0.91% -
XYZ 42.13 28.32 79.59 -
YUV 148.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 193 110 232 0.17 0.53 0 0.09 280.82 0.73 0.67
Hex C1 6E E8 11 35 0 9 119 49 43
Octal 301 156 350 21 65 0 11 431 111 103
Binary 11000001 1101110 11101000 10001 110101 0 1001 100011001 1001001 1000011

Color Harmonies of #C16EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EE8

Black with #C16EE8

Text Example


Text Example

White with #C16EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EE8; }

 p { color: rgb(193,110,232); }

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

background-color css

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

 a { background-color: rgb(193,110,232); }

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

border-color css

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

 span { border-color: rgb(193,110,232); }

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