Html Css Color HEX #C199CE Wisteria

📋 copy color: '#C199CE'

red 193 ◦ green 153 ◦ blue 206

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

Shades of Wisteria #C199CE

Tints of Wisteria #C199CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 34.96%
G = 27.72%
B = 37.32%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C199CE (or 0xC199CE) is known color: Wisteria. HEX triplet: C1, 99 and CE. RGB value is (193,153,206). Sum of RGB (Red+Green+Blue) = 193+153+206=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C199CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CE is #3E6631. Grayscale: #AAAAAA. Windows color (decimal): -4089394 or 13539777. OLE color: 13539777.

HSL color Cylindrical-coordinate representation of color #C199CE: hue angle of 285.28º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C199CE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 153 206 -
CMYK 0.06 0.26 0 0.19
HSL 285.28º 0.35% 0.7% -
HSV(B) 285.28º 0.26% 0.81% -
XYZ 44.52 38.58 63.49 -
YUV 171 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 193 153 206 0.06 0.26 0 0.19 285.28 0.35 0.7
Hex C1 99 CE 6 1A 0 13 11D 23 46
Octal 301 231 316 6 32 0 23 435 43 106
Binary 11000001 10011001 11001110 110 11010 0 10011 100011101 100011 1000110

Color Harmonies of #C199CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199CE

Black with #C199CE

Text Example


Text Example

White with #C199CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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