Html Css Color HEX #C18BD5 Wisteria

📋 copy color: '#C18BD5'

red 193 ◦ green 139 ◦ blue 213

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

Shades of Wisteria #C18BD5

Tints of Wisteria #C18BD5

RGB

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

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

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

R = 35.41%
G = 25.5%
B = 39.08%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C18BD5 (or 0xC18BD5) is known color: Wisteria. HEX triplet: C1, 8B and D5. RGB value is (193,139,213). Sum of RGB (Red+Green+Blue) = 193+139+213=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #C18BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BD5 is #3E742A. Grayscale: #A3A3A3. Windows color (decimal): -4092971 or 13994945. OLE color: 13994945.

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

Color convert

RGB 193 139 213 -
CMYK 0.09 0.35 0 0.16
HSL 283.78º 0.47% 0.69% -
HSV(B) 283.78º 0.35% 0.84% -
XYZ 43.24 34.61 67.35 -
YUV 163.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 193 139 213 0.09 0.35 0 0.16 283.78 0.47 0.69
Hex C1 8B D5 9 23 0 10 11C 2F 45
Octal 301 213 325 11 43 0 20 434 57 105
Binary 11000001 10001011 11010101 1001 100011 0 10000 100011100 101111 1000101

Color Harmonies of #C18BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BD5

Black with #C18BD5

Text Example


Text Example

White with #C18BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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