Html Css Color HEX #C18BD9 Wisteria

📋 copy color: '#C18BD9'

red 193 ◦ green 139 ◦ blue 217

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

Shades of Wisteria #C18BD9

Tints of Wisteria #C18BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.32%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 35.15%
G = 25.32%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C18BD9 (or 0xC18BD9) is known color: Wisteria. HEX triplet: C1, 8B and D9. RGB value is (193,139,217). Sum of RGB (Red+Green+Blue) = 193+139+217=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #C18BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BD9 is #3E7426. Grayscale: #A3A3A3. Windows color (decimal): -4092967 or 14257089. OLE color: 14257089.

HSL color Cylindrical-coordinate representation of color #C18BD9: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18BD9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 139 217 -
CMYK 0.11 0.36 0 0.15
HSL 281.54º 0.51% 0.7% -
HSV(B) 281.54º 0.36% 0.85% -
XYZ 43.75 34.81 70.06 -
YUV 164.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 193 139 217 0.11 0.36 0 0.15 281.54 0.51 0.7
Hex C1 8B D9 B 24 0 F 11A 33 46
Octal 301 213 331 13 44 0 17 432 63 106
Binary 11000001 10001011 11011001 1011 100100 0 1111 100011010 110011 1000110

Color Harmonies of #C18BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BD9

Black with #C18BD9

Text Example


Text Example

White with #C18BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BD9; }

 p { color: rgb(193,139,217); }

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

background-color css

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

 a { background-color: rgb(193,139,217); }

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

border-color css

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

 span { border-color: rgb(193,139,217); }

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