Html Css Color HEX #C195D8 Wisteria

📋 copy color: '#C195D8'

red 193 ◦ green 149 ◦ blue 216

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

Shades of Wisteria #C195D8

Tints of Wisteria #C195D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 34.59%
G = 26.7%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C195D8 (or 0xC195D8) is known color: Wisteria. HEX triplet: C1, 95 and D8. RGB value is (193,149,216). Sum of RGB (Red+Green+Blue) = 193+149+216=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C195D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195D8 is #3E6A27. Grayscale: #A9A9A9. Windows color (decimal): -4090408 or 14194113. OLE color: 14194113.

HSL color Cylindrical-coordinate representation of color #C195D8: hue angle of 279.4º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C195D8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 149 216 -
CMYK 0.11 0.31 0 0.15
HSL 279.4º 0.46% 0.72% -
HSV(B) 279.4º 0.31% 0.85% -
XYZ 45.13 37.79 69.88 -
YUV 169.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 193 149 216 0.11 0.31 0 0.15 279.4 0.46 0.72
Hex C1 95 D8 B 1F 0 F 117 2E 48
Octal 301 225 330 13 37 0 17 427 56 110
Binary 11000001 10010101 11011000 1011 11111 0 1111 100010111 101110 1001000

Color Harmonies of #C195D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195D8

Black with #C195D8

Text Example


Text Example

White with #C195D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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