Html Css Color HEX #C199D2 Wisteria

📋 copy color: '#C199D2'

red 193 ◦ green 153 ◦ blue 210

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

Shades of Wisteria #C199D2

Tints of Wisteria #C199D2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.52%

 BLUE value IS 210 (82.42% from 255) = 37.77%

R = 34.71%
G = 27.52%
B = 37.77%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C199D2 (or 0xC199D2) is known color: Wisteria. HEX triplet: C1, 99 and D2. RGB value is (193,153,210). Sum of RGB (Red+Green+Blue) = 193+153+210=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #C199D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199D2 is #3E662D. Grayscale: #ABABAB. Windows color (decimal): -4089390 or 13801921. OLE color: 13801921.

HSL color Cylindrical-coordinate representation of color #C199D2: hue angle of 282.11º degrees, saturation: 0.39, 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 #C199D2 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 153 210 -
CMYK 0.08 0.27 0 0.18
HSL 282.11º 0.39% 0.71% -
HSV(B) 282.11º 0.27% 0.82% -
XYZ 45.02 38.77 66.08 -
YUV 171.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 193 153 210 0.08 0.27 0 0.18 282.11 0.39 0.71
Hex C1 99 D2 8 1B 0 12 11A 27 47
Octal 301 231 322 10 33 0 22 432 47 107
Binary 11000001 10011001 11010010 1000 11011 0 10010 100011010 100111 1000111

Color Harmonies of #C199D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199D2

Black with #C199D2

Text Example


Text Example

White with #C199D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199D2; }

 p { color: rgb(193,153,210); }

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

background-color css

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

 a { background-color: rgb(193,153,210); }

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

border-color css

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

 span { border-color: rgb(193,153,210); }

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