Html Css Color HEX #C19ECB Wisteria

📋 copy color: '#C19ECB'

red 193 ◦ green 158 ◦ blue 203

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

Shades of Wisteria #C19ECB

Tints of Wisteria #C19ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 34.84%
G = 28.52%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C19ECB (or 0xC19ECB) is known color: Wisteria. HEX triplet: C1, 9E and CB. RGB value is (193,158,203). Sum of RGB (Red+Green+Blue) = 193+158+203=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #C19ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ECB is #3E6134. Grayscale: #ADADAD. Windows color (decimal): -4088117 or 13344449. OLE color: 13344449.

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

Color convert

RGB 193 158 203 -
CMYK 0.05 0.22 0 0.20
HSL 286.67º 0.3% 0.71% -
HSV(B) 286.67º 0.22% 0.8% -
XYZ 45 40.1 61.87 -
YUV 173.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 193 158 203 0.05 0.22 0 0.20 286.67 0.3 0.71
Hex C1 9E CB 5 16 0 14 11F 1E 47
Octal 301 236 313 5 26 0 24 437 36 107
Binary 11000001 10011110 11001011 101 10110 0 10100 100011111 11110 1000111

Color Harmonies of #C19ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ECB

Black with #C19ECB

Text Example


Text Example

White with #C19ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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