Html Css Color HEX #C18ED5 Wisteria

📋 copy color: '#C18ED5'

red 193 ◦ green 142 ◦ blue 213

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

Shades of Wisteria #C18ED5

Tints of Wisteria #C18ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 35.22%
G = 25.91%
B = 38.87%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C18ED5 (or 0xC18ED5) is known color: Wisteria. HEX triplet: C1, 8E and D5. RGB value is (193,142,213). Sum of RGB (Red+Green+Blue) = 193+142+213=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C18ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ED5 is #3E712A. Grayscale: #A5A5A5. Windows color (decimal): -4092203 or 13995713. OLE color: 13995713.

HSL color Cylindrical-coordinate representation of color #C18ED5: hue angle of 283.1º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18ED5 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 142 213 -
CMYK 0.09 0.33 0 0.16
HSL 283.1º 0.46% 0.7% -
HSV(B) 283.1º 0.33% 0.84% -
XYZ 43.68 35.49 67.5 -
YUV 165.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 193 142 213 0.09 0.33 0 0.16 283.1 0.46 0.7
Hex C1 8E D5 9 21 0 10 11B 2E 46
Octal 301 216 325 11 41 0 20 433 56 106
Binary 11000001 10001110 11010101 1001 100001 0 10000 100011011 101110 1000110

Color Harmonies of #C18ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ED5

Black with #C18ED5

Text Example


Text Example

White with #C18ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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