Html Css Color HEX #C198DB Wisteria

📋 copy color: '#C198DB'

red 193 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #C198DB

Tints of Wisteria #C198DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.95%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 34.22%
G = 26.95%
B = 38.83%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C198DB (or 0xC198DB) is known color: Wisteria. HEX triplet: C1, 98 and DB. RGB value is (193,152,219). Sum of RGB (Red+Green+Blue) = 193+152+219=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C198DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198DB is #3E6724. Grayscale: #ABABAB. Windows color (decimal): -4089637 or 14391489. OLE color: 14391489.

HSL color Cylindrical-coordinate representation of color #C198DB: hue angle of 276.72º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C198DB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 152 219 -
CMYK 0.12 0.31 0 0.14
HSL 276.72º 0.48% 0.73% -
HSV(B) 276.72º 0.31% 0.86% -
XYZ 46.01 38.91 72.1 -
YUV 171.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 193 152 219 0.12 0.31 0 0.14 276.72 0.48 0.73
Hex C1 98 DB C 1F 0 E 115 30 49
Octal 301 230 333 14 37 0 16 425 60 111
Binary 11000001 10011000 11011011 1100 11111 0 1110 100010101 110000 1001001

Color Harmonies of #C198DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198DB

Black with #C198DB

Text Example


Text Example

White with #C198DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198DB; }

 p { color: rgb(193,152,219); }

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

background-color css

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

 a { background-color: rgb(193,152,219); }

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

border-color css

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

 span { border-color: rgb(193,152,219); }

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