Html Css Color HEX #C19EDA Wisteria

📋 copy color: '#C19EDA'

red 193 ◦ green 158 ◦ blue 218

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

Shades of Wisteria #C19EDA

Tints of Wisteria #C19EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 33.92%
G = 27.77%
B = 38.31%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C19EDA (or 0xC19EDA) is known color: Wisteria. HEX triplet: C1, 9E and DA. RGB value is (193,158,218). Sum of RGB (Red+Green+Blue) = 193+158+218=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EDA is #3E6125. Grayscale: #AFAFAF. Windows color (decimal): -4088102 or 14327489. OLE color: 14327489.

HSL color Cylindrical-coordinate representation of color #C19EDA: hue angle of 275º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19EDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 158 218 -
CMYK 0.11 0.28 0 0.15
HSL 275º 0.45% 0.74% -
HSV(B) 275º 0.28% 0.85% -
XYZ 46.87 40.85 71.74 -
YUV 175.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 193 158 218 0.11 0.28 0 0.15 275 0.45 0.74
Hex C1 9E DA B 1C 0 F 113 2D 4A
Octal 301 236 332 13 34 0 17 423 55 112
Binary 11000001 10011110 11011010 1011 11100 0 1111 100010011 101101 1001010

Color Harmonies of #C19EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19EDA

Black with #C19EDA

Text Example


Text Example

White with #C19EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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