Html Css Color HEX #C18DE1 Wisteria

📋 copy color: '#C18DE1'

red 193 ◦ green 141 ◦ blue 225

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

Shades of Wisteria #C18DE1

Tints of Wisteria #C18DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 34.53%
G = 25.22%
B = 40.25%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C18DE1 (or 0xC18DE1) is known color: Wisteria. HEX triplet: C1, 8D and E1. RGB value is (193,141,225). Sum of RGB (Red+Green+Blue) = 193+141+225=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DE1 is #3E721E. Grayscale: #A5A5A5. Windows color (decimal): -4092447 or 14781889. OLE color: 14781889.

HSL color Cylindrical-coordinate representation of color #C18DE1: hue angle of 277.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18DE1 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 141 225 -
CMYK 0.14 0.37 0 0.12
HSL 277.14º 0.58% 0.72% -
HSV(B) 277.14º 0.37% 0.88% -
XYZ 45.11 35.82 75.77 -
YUV 166.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 193 141 225 0.14 0.37 0 0.12 277.14 0.58 0.72
Hex C1 8D E1 E 25 0 C 115 3A 48
Octal 301 215 341 16 45 0 14 425 72 110
Binary 11000001 10001101 11100001 1110 100101 0 1100 100010101 111010 1001000

Color Harmonies of #C18DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DE1

Black with #C18DE1

Text Example


Text Example

White with #C18DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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