Html Css Color HEX #C18EDB Wisteria

📋 copy color: '#C18EDB'

red 193 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #C18EDB

Tints of Wisteria #C18EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 34.84%
G = 25.63%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C18EDB (or 0xC18EDB) is known color: Wisteria. HEX triplet: C1, 8E and DB. RGB value is (193,142,219). Sum of RGB (Red+Green+Blue) = 193+142+219=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EDB is #3E7124. Grayscale: #A5A5A5. Windows color (decimal): -4092197 or 14388929. OLE color: 14388929.

HSL color Cylindrical-coordinate representation of color #C18EDB: hue angle of 279.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C18EDB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 142 219 -
CMYK 0.12 0.35 0 0.14
HSL 279.74º 0.52% 0.71% -
HSV(B) 279.74º 0.35% 0.86% -
XYZ 44.45 35.8 71.58 -
YUV 166.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 193 142 219 0.12 0.35 0 0.14 279.74 0.52 0.71
Hex C1 8E DB C 23 0 E 118 34 47
Octal 301 216 333 14 43 0 16 430 64 107
Binary 11000001 10001110 11011011 1100 100011 0 1110 100011000 110100 1000111

Color Harmonies of #C18EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EDB

Black with #C18EDB

Text Example


Text Example

White with #C18EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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