Html Css Color HEX #C19ECC Wisteria

📋 copy color: '#C19ECC'

red 193 ◦ green 158 ◦ blue 204

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

Shades of Wisteria #C19ECC

Tints of Wisteria #C19ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.47%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 34.77%
G = 28.47%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C19ECC (or 0xC19ECC) is known color: Wisteria. HEX triplet: C1, 9E and CC. RGB value is (193,158,204). Sum of RGB (Red+Green+Blue) = 193+158+204=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ECC is #3E6133. Grayscale: #ADADAD. Windows color (decimal): -4088116 or 13409985. OLE color: 13409985.

HSL color Cylindrical-coordinate representation of color #C19ECC: hue angle of 285.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19ECC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 158 204 -
CMYK 0.05 0.23 0 0.2
HSL 285.65º 0.31% 0.71% -
HSV(B) 285.65º 0.23% 0.8% -
XYZ 45.12 40.15 62.5 -
YUV 173.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 193 158 204 0.05 0.23 0 0.2 285.65 0.31 0.71
Hex C1 9E CC 5 17 0 14 11E 1F 47
Octal 301 236 314 5 27 0 24 436 37 107
Binary 11000001 10011110 11001100 101 10111 0 10100 100011110 11111 1000111

Color Harmonies of #C19ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ECC

Black with #C19ECC

Text Example


Text Example

White with #C19ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ECC; }

 p { color: rgb(193,158,204); }

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

background-color css

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

 a { background-color: rgb(193,158,204); }

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

border-color css

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

 span { border-color: rgb(193,158,204); }

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