Html Css Color HEX #C195DD Wisteria

📋 copy color: '#C195DD'

red 193 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C195DD

Tints of Wisteria #C195DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 34.28%
G = 26.47%
B = 39.25%

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

#C195DD (or 0xC195DD) is known color: Wisteria. HEX triplet: C1, 95 and DD. RGB value is (193,149,221). Sum of RGB (Red+Green+Blue) = 193+149+221=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C195DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195DD is #3E6A22. Grayscale: #AAAAAA. Windows color (decimal): -4090403 or 14521793. OLE color: 14521793.

HSL color Cylindrical-coordinate representation of color #C195DD: hue angle of 276.67º degrees, saturation: 0.51, 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 #C195DD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 149 221 -
CMYK 0.13 0.33 0 0.13
HSL 276.67º 0.51% 0.73% -
HSV(B) 276.67º 0.33% 0.87% -
XYZ 45.79 38.05 73.34 -
YUV 170.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 193 149 221 0.13 0.33 0 0.13 276.67 0.51 0.73
Hex C1 95 DD D 21 0 D 115 33 49
Octal 301 225 335 15 41 0 15 425 63 111
Binary 11000001 10010101 11011101 1101 100001 0 1101 100010101 110011 1001001

Color Harmonies of #C195DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195DD

Black with #C195DD

Text Example


Text Example

White with #C195DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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