Html Css Color HEX #C18EE5 Wisteria

📋 copy color: '#C18EE5'

red 193 ◦ green 142 ◦ blue 229

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

Shades of Wisteria #C18EE5

Tints of Wisteria #C18EE5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.18%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 34.22%
G = 25.18%
B = 40.6%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C18EE5 (or 0xC18EE5) is known color: Wisteria. HEX triplet: C1, 8E and E5. RGB value is (193,142,229). Sum of RGB (Red+Green+Blue) = 193+142+229=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C18EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EE5 is #3E711A. Grayscale: #A6A6A6. Windows color (decimal): -4092187 or 15044289. OLE color: 15044289.

HSL color Cylindrical-coordinate representation of color #C18EE5: hue angle of 275.17º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18EE5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 142 229 -
CMYK 0.16 0.38 0 0.10
HSL 275.17º 0.63% 0.73% -
HSV(B) 275.17º 0.38% 0.9% -
XYZ 45.81 36.34 78.73 -
YUV 167.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 193 142 229 0.16 0.38 0 0.10 275.17 0.63 0.73
Hex C1 8E E5 10 26 0 A 113 3F 49
Octal 301 216 345 20 46 0 12 423 77 111
Binary 11000001 10001110 11100101 10000 100110 0 1010 100010011 111111 1001001

Color Harmonies of #C18EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EE5

Black with #C18EE5

Text Example


Text Example

White with #C18EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EE5; }

 p { color: rgb(193,142,229); }

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

background-color css

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

 a { background-color: rgb(193,142,229); }

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

border-color css

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

 span { border-color: rgb(193,142,229); }

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