Html Css Color HEX #C391DA Wisteria

📋 copy color: '#C391DA'

red 195 ◦ green 145 ◦ blue 218

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

Shades of Wisteria #C391DA

Tints of Wisteria #C391DA

RGB

 RED value IS 195 (76.56% from 255) = 34.95%

 GREEN value IS 145 (57.03% from 255) = 25.99%

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 34.95%
G = 25.99%
B = 39.07%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C391DA (or 0xC391DA) is known color: Wisteria. HEX triplet: C3, 91 and DA. RGB value is (195,145,218). Sum of RGB (Red+Green+Blue) = 195+145+218=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C391DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DA is #3C6E25. Grayscale: #A8A8A8. Windows color (decimal): -3960358 or 14324163. OLE color: 14324163.

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

Color convert

RGB 195 145 218 -
CMYK 0.11 0.33 0 0.15
HSL 281.1º 0.5% 0.71% -
HSV(B) 281.1º 0.33% 0.85% -
XYZ 45.29 36.91 71.07 -
YUV 168.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 195 145 218 0.11 0.33 0 0.15 281.1 0.5 0.71
Hex C3 91 DA B 21 0 F 119 32 47
Octal 303 221 332 13 41 0 17 431 62 107
Binary 11000011 10010001 11011010 1011 100001 0 1111 100011001 110010 1000111

Color Harmonies of #C391DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391DA

Black with #C391DA

Text Example


Text Example

White with #C391DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391DA; }

 p { color: rgb(195,145,218); }

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

background-color css

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

 a { background-color: rgb(195,145,218); }

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

border-color css

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

 span { border-color: rgb(195,145,218); }

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