Html Css Color HEX #C195DE Wisteria

📋 copy color: '#C195DE'

red 193 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #C195DE

Tints of Wisteria #C195DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 34.22%
G = 26.42%
B = 39.36%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C195DE (or 0xC195DE) is known color: Wisteria. HEX triplet: C1, 95 and DE. RGB value is (193,149,222). Sum of RGB (Red+Green+Blue) = 193+149+222=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C195DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195DE is #3E6A21. Grayscale: #AAAAAA. Windows color (decimal): -4090402 or 14587329. OLE color: 14587329.

HSL color Cylindrical-coordinate representation of color #C195DE: hue angle of 276.16º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C195DE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 149 222 -
CMYK 0.13 0.33 0 0.13
HSL 276.16º 0.53% 0.73% -
HSV(B) 276.16º 0.33% 0.87% -
XYZ 45.92 38.11 74.04 -
YUV 170.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 193 149 222 0.13 0.33 0 0.13 276.16 0.53 0.73
Hex C1 95 DE D 21 0 D 114 35 49
Octal 301 225 336 15 41 0 15 424 65 111
Binary 11000001 10010101 11011110 1101 100001 0 1101 100010100 110101 1001001

Color Harmonies of #C195DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195DE

Black with #C195DE

Text Example


Text Example

White with #C195DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195DE; }

 p { color: rgb(193,149,222); }

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

background-color css

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

 a { background-color: rgb(193,149,222); }

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

border-color css

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

 span { border-color: rgb(193,149,222); }

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