Html Css Color HEX #C19BCD Wisteria

📋 copy color: '#C19BCD'

red 193 ◦ green 155 ◦ blue 205

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

Shades of Wisteria #C19BCD

Tints of Wisteria #C19BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 34.9%
G = 28.03%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C19BCD (or 0xC19BCD) is known color: Wisteria. HEX triplet: C1, 9B and CD. RGB value is (193,155,205). Sum of RGB (Red+Green+Blue) = 193+155+205=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BCD is #3E6432. Grayscale: #ABABAB. Windows color (decimal): -4088883 or 13474753. OLE color: 13474753.

HSL color Cylindrical-coordinate representation of color #C19BCD: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19BCD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 155 205 -
CMYK 0.06 0.24 0 0.20
HSL 285.6º 0.33% 0.71% -
HSV(B) 285.6º 0.24% 0.8% -
XYZ 44.73 39.19 62.96 -
YUV 172.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 193 155 205 0.06 0.24 0 0.20 285.6 0.33 0.71
Hex C1 9B CD 6 18 0 14 11E 21 47
Octal 301 233 315 6 30 0 24 436 41 107
Binary 11000001 10011011 11001101 110 11000 0 10100 100011110 100001 1000111

Color Harmonies of #C19BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BCD

Black with #C19BCD

Text Example


Text Example

White with #C19BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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