Html Css Color HEX #C18DDB Wisteria

📋 copy color: '#C18DDB'

red 193 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C18DDB

Tints of Wisteria #C18DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

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

R = 34.9%
G = 25.5%
B = 39.6%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C18DDB (or 0xC18DDB) is known color: Wisteria. HEX triplet: C1, 8D and DB. RGB value is (193,141,219). Sum of RGB (Red+Green+Blue) = 193+141+219=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DDB is #3E7224. Grayscale: #A5A5A5. Windows color (decimal): -4092453 or 14388673. OLE color: 14388673.

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

Color convert

RGB 193 141 219 -
CMYK 0.12 0.36 0 0.14
HSL 280º 0.52% 0.71% -
HSV(B) 280º 0.36% 0.86% -
XYZ 44.3 35.5 71.54 -
YUV 165.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 193 141 219 0.12 0.36 0 0.14 280 0.52 0.71
Hex C1 8D DB C 24 0 E 118 34 47
Octal 301 215 333 14 44 0 16 430 64 107
Binary 11000001 10001101 11011011 1100 100100 0 1110 100011000 110100 1000111

Color Harmonies of #C18DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DDB

Black with #C18DDB

Text Example


Text Example

White with #C18DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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