Html Css Color HEX #C19CD2 Wisteria

📋 copy color: '#C19CD2'

red 193 ◦ green 156 ◦ blue 210

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

Shades of Wisteria #C19CD2

Tints of Wisteria #C19CD2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.91%

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 34.53%
G = 27.91%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19CD2 (or 0xC19CD2) is known color: Wisteria. HEX triplet: C1, 9C and D2. RGB value is (193,156,210). Sum of RGB (Red+Green+Blue) = 193+156+210=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C19CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD2 is #3E632D. Grayscale: #ADADAD. Windows color (decimal): -4088622 or 13802689. OLE color: 13802689.

HSL color Cylindrical-coordinate representation of color #C19CD2: hue angle of 281.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19CD2 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 156 210 -
CMYK 0.08 0.26 0 0.18
HSL 281.11º 0.38% 0.72% -
HSV(B) 281.11º 0.26% 0.82% -
XYZ 45.51 39.77 66.25 -
YUV 173.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 193 156 210 0.08 0.26 0 0.18 281.11 0.38 0.72
Hex C1 9C D2 8 1A 0 12 119 26 48
Octal 301 234 322 10 32 0 22 431 46 110
Binary 11000001 10011100 11010010 1000 11010 0 10010 100011001 100110 1001000

Color Harmonies of #C19CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CD2

Black with #C19CD2

Text Example


Text Example

White with #C19CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CD2; }

 p { color: rgb(193,156,210); }

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

background-color css

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

 a { background-color: rgb(193,156,210); }

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

border-color css

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

 span { border-color: rgb(193,156,210); }

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