Html Css Color HEX #C19BD5 Wisteria

📋 copy color: '#C19BD5'

red 193 ◦ green 155 ◦ blue 213

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

Shades of Wisteria #C19BD5

Tints of Wisteria #C19BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

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

R = 34.4%
G = 27.63%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C19BD5 (or 0xC19BD5) is known color: Wisteria. HEX triplet: C1, 9B and D5. RGB value is (193,155,213). Sum of RGB (Red+Green+Blue) = 193+155+213=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BD5 is #3E642A. Grayscale: #ACACAC. Windows color (decimal): -4088875 or 13999041. OLE color: 13999041.

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

Color convert

RGB 193 155 213 -
CMYK 0.09 0.27 0 0.16
HSL 279.31º 0.41% 0.72% -
HSV(B) 279.31º 0.27% 0.84% -
XYZ 45.72 39.58 68.18 -
YUV 172.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 193 155 213 0.09 0.27 0 0.16 279.31 0.41 0.72
Hex C1 9B D5 9 1B 0 10 117 29 48
Octal 301 233 325 11 33 0 20 427 51 110
Binary 11000001 10011011 11010101 1001 11011 0 10000 100010111 101001 1001000

Color Harmonies of #C19BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BD5

Black with #C19BD5

Text Example


Text Example

White with #C19BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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