Html Css Color HEX #C198DC Wisteria

📋 copy color: '#C198DC'

red 193 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #C198DC

Tints of Wisteria #C198DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 34.16%
G = 26.9%
B = 38.94%

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

#C198DC (or 0xC198DC) is known color: Wisteria. HEX triplet: C1, 98 and DC. RGB value is (193,152,220). Sum of RGB (Red+Green+Blue) = 193+152+220=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C198DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198DC is #3E6723. Grayscale: #ABABAB. Windows color (decimal): -4089636 or 14457025. OLE color: 14457025.

HSL color Cylindrical-coordinate representation of color #C198DC: hue angle of 276.18º degrees, saturation: 0.49, 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 #C198DC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 152 220 -
CMYK 0.12 0.31 0 0.14
HSL 276.18º 0.49% 0.73% -
HSV(B) 276.18º 0.31% 0.86% -
XYZ 46.14 38.96 72.8 -
YUV 172.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 193 152 220 0.12 0.31 0 0.14 276.18 0.49 0.73
Hex C1 98 DC C 1F 0 E 114 31 49
Octal 301 230 334 14 37 0 16 424 61 111
Binary 11000001 10011000 11011100 1100 11111 0 1110 100010100 110001 1001001

Color Harmonies of #C198DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198DC

Black with #C198DC

Text Example


Text Example

White with #C198DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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