Html Css Color HEX #C19DDA Wisteria

📋 copy color: '#C19DDA'

red 193 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #C19DDA

Tints of Wisteria #C19DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.64%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 33.98%
G = 27.64%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C19DDA (or 0xC19DDA) is known color: Wisteria. HEX triplet: C1, 9D and DA. RGB value is (193,157,218). Sum of RGB (Red+Green+Blue) = 193+157+218=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDA is #3E6225. Grayscale: #AEAEAE. Windows color (decimal): -4088358 or 14327233. OLE color: 14327233.

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

Color convert

RGB 193 157 218 -
CMYK 0.11 0.28 0 0.15
HSL 275.41º 0.45% 0.74% -
HSV(B) 275.41º 0.28% 0.85% -
XYZ 46.7 40.51 71.69 -
YUV 174.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 193 157 218 0.11 0.28 0 0.15 275.41 0.45 0.74
Hex C1 9D DA B 1C 0 F 113 2D 4A
Octal 301 235 332 13 34 0 17 423 55 112
Binary 11000001 10011101 11011010 1011 11100 0 1111 100010011 101101 1001010

Color Harmonies of #C19DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DDA

Black with #C19DDA

Text Example


Text Example

White with #C19DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DDA; }

 p { color: rgb(193,157,218); }

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

background-color css

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

 a { background-color: rgb(193,157,218); }

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

border-color css

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

 span { border-color: rgb(193,157,218); }

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