Html Css Color HEX #C19CD5 Wisteria

📋 copy color: '#C19CD5'

red 193 ◦ green 156 ◦ blue 213

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

Shades of Wisteria #C19CD5

Tints of Wisteria #C19CD5

RGB

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

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

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

R = 34.34%
G = 27.76%
B = 37.9%

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

#C19CD5 (or 0xC19CD5) is known color: Wisteria. HEX triplet: C1, 9C and D5. RGB value is (193,156,213). Sum of RGB (Red+Green+Blue) = 193+156+213=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD5 is #3E632A. Grayscale: #ADADAD. Windows color (decimal): -4088619 or 13999297. OLE color: 13999297.

HSL color Cylindrical-coordinate representation of color #C19CD5: hue angle of 278.95º degrees, saturation: 0.4, 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 #C19CD5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 156 213 -
CMYK 0.09 0.27 0 0.16
HSL 278.95º 0.4% 0.72% -
HSV(B) 278.95º 0.27% 0.84% -
XYZ 45.89 39.92 68.24 -
YUV 173.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 193 156 213 0.09 0.27 0 0.16 278.95 0.4 0.72
Hex C1 9C D5 9 1B 0 10 117 28 48
Octal 301 234 325 11 33 0 20 427 50 110
Binary 11000001 10011100 11010101 1001 11011 0 10000 100010111 101000 1001000

Color Harmonies of #C19CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CD5

Black with #C19CD5

Text Example


Text Example

White with #C19CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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