Html Css Color HEX #C19DDC Wisteria

📋 copy color: '#C19DDC'

red 193 ◦ green 157 ◦ blue 220

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

Shades of Wisteria #C19DDC

Tints of Wisteria #C19DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 33.86%
G = 27.54%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C19DDC (or 0xC19DDC) is known color: Wisteria. HEX triplet: C1, 9D and DC. RGB value is (193,157,220). Sum of RGB (Red+Green+Blue) = 193+157+220=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C19DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDC is #3E6223. Grayscale: #AEAEAE. Windows color (decimal): -4088356 or 14458305. OLE color: 14458305.

HSL color Cylindrical-coordinate representation of color #C19DDC: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19DDC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 157 220 -
CMYK 0.12 0.29 0 0.14
HSL 274.29º 0.47% 0.74% -
HSV(B) 274.29º 0.29% 0.86% -
XYZ 46.97 40.62 73.07 -
YUV 174.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 193 157 220 0.12 0.29 0 0.14 274.29 0.47 0.74
Hex C1 9D DC C 1D 0 E 112 2F 4A
Octal 301 235 334 14 35 0 16 422 57 112
Binary 11000001 10011101 11011100 1100 11101 0 1110 100010010 101111 1001010

Color Harmonies of #C19DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DDC

Black with #C19DDC

Text Example


Text Example

White with #C19DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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