Html Css Color HEX #C195DB Wisteria

📋 copy color: '#C195DB'

red 193 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C195DB

Tints of Wisteria #C195DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 34.4%
G = 26.56%
B = 39.04%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C195DB (or 0xC195DB) is known color: Wisteria. HEX triplet: C1, 95 and DB. RGB value is (193,149,219). Sum of RGB (Red+Green+Blue) = 193+149+219=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C195DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195DB is #3E6A24. Grayscale: #A9A9A9. Windows color (decimal): -4090405 or 14390721. OLE color: 14390721.

HSL color Cylindrical-coordinate representation of color #C195DB: hue angle of 277.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C195DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 149 219 -
CMYK 0.12 0.32 0 0.14
HSL 277.71º 0.49% 0.72% -
HSV(B) 277.71º 0.32% 0.86% -
XYZ 45.53 37.95 71.94 -
YUV 170.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 193 149 219 0.12 0.32 0 0.14 277.71 0.49 0.72
Hex C1 95 DB C 20 0 E 116 31 48
Octal 301 225 333 14 40 0 16 426 61 110
Binary 11000001 10010101 11011011 1100 100000 0 1110 100010110 110001 1001000

Color Harmonies of #C195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195DB

Black with #C195DB

Text Example


Text Example

White with #C195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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