Html Css Color HEX #C198DA Wisteria

📋 copy color: '#C198DA'

red 193 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #C198DA

Tints of Wisteria #C198DA

RGB

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

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

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

R = 34.28%
G = 27%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C198DA (or 0xC198DA) is known color: Wisteria. HEX triplet: C1, 98 and DA. RGB value is (193,152,218). Sum of RGB (Red+Green+Blue) = 193+152+218=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C198DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198DA is #3E6725. Grayscale: #ABABAB. Windows color (decimal): -4089638 or 14325953. OLE color: 14325953.

HSL color Cylindrical-coordinate representation of color #C198DA: hue angle of 277.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C198DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 152 218 -
CMYK 0.11 0.30 0 0.15
HSL 277.27º 0.47% 0.73% -
HSV(B) 277.27º 0.3% 0.85% -
XYZ 45.88 38.86 71.41 -
YUV 171.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 193 152 218 0.11 0.30 0 0.15 277.27 0.47 0.73
Hex C1 98 DA B 1E 0 F 115 2F 49
Octal 301 230 332 13 36 0 17 425 57 111
Binary 11000001 10011000 11011010 1011 11110 0 1111 100010101 101111 1001001

Color Harmonies of #C198DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198DA

Black with #C198DA

Text Example


Text Example

White with #C198DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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