Html Css Color HEX #C198D0 Wisteria

📋 copy color: '#C198D0'

red 193 ◦ green 152 ◦ blue 208

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

Shades of Wisteria #C198D0

Tints of Wisteria #C198D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 34.9%
G = 27.49%
B = 37.61%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C198D0 (or 0xC198D0) is known color: Wisteria. HEX triplet: C1, 98 and D0. RGB value is (193,152,208). Sum of RGB (Red+Green+Blue) = 193+152+208=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C198D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198D0 is #3E672F. Grayscale: #AAAAAA. Windows color (decimal): -4089648 or 13670593. OLE color: 13670593.

HSL color Cylindrical-coordinate representation of color #C198D0: hue angle of 283.93º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C198D0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 152 208 -
CMYK 0.07 0.27 0 0.18
HSL 283.93º 0.37% 0.71% -
HSV(B) 283.93º 0.27% 0.82% -
XYZ 44.61 38.35 64.73 -
YUV 170.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 193 152 208 0.07 0.27 0 0.18 283.93 0.37 0.71
Hex C1 98 D0 7 1B 0 12 11C 25 47
Octal 301 230 320 7 33 0 22 434 45 107
Binary 11000001 10011000 11010000 111 11011 0 10010 100011100 100101 1000111

Color Harmonies of #C198D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198D0

Black with #C198D0

Text Example


Text Example

White with #C198D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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