Html Css Color HEX #C18DD1 Wisteria

📋 copy color: '#C18DD1'

red 193 ◦ green 141 ◦ blue 209

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

Shades of Wisteria #C18DD1

Tints of Wisteria #C18DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 35.54%
G = 25.97%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C18DD1 (or 0xC18DD1) is known color: Wisteria. HEX triplet: C1, 8D and D1. RGB value is (193,141,209). Sum of RGB (Red+Green+Blue) = 193+141+209=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #C18DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DD1 is #3E722E. Grayscale: #A4A4A4. Windows color (decimal): -4092463 or 13733313. OLE color: 13733313.

HSL color Cylindrical-coordinate representation of color #C18DD1: hue angle of 285.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18DD1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 141 209 -
CMYK 0.08 0.33 0 0.18
HSL 285.88º 0.43% 0.69% -
HSV(B) 285.88º 0.33% 0.82% -
XYZ 43.03 34.99 64.81 -
YUV 164.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 193 141 209 0.08 0.33 0 0.18 285.88 0.43 0.69
Hex C1 8D D1 8 21 0 12 11E 2A 45
Octal 301 215 321 10 41 0 22 436 52 105
Binary 11000001 10001101 11010001 1000 100001 0 10010 100011110 101010 1000101

Color Harmonies of #C18DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DD1

Black with #C18DD1

Text Example


Text Example

White with #C18DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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