Html Css Color HEX #C391D8 Wisteria

📋 copy color: '#C391D8'

red 195 ◦ green 145 ◦ blue 216

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

Shades of Wisteria #C391D8

Tints of Wisteria #C391D8

RGB

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

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

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

R = 35.07%
G = 26.08%
B = 38.85%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C391D8 (or 0xC391D8) is known color: Wisteria. HEX triplet: C3, 91 and D8. RGB value is (195,145,216). Sum of RGB (Red+Green+Blue) = 195+145+216=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C391D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391D8 is #3C6E27. Grayscale: #A7A7A7. Windows color (decimal): -3960360 or 14193091. OLE color: 14193091.

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

Color convert

RGB 195 145 216 -
CMYK 0.10 0.33 0 0.15
HSL 282.25º 0.48% 0.71% -
HSV(B) 282.25º 0.33% 0.85% -
XYZ 45.03 36.81 69.7 -
YUV 168.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 195 145 216 0.10 0.33 0 0.15 282.25 0.48 0.71
Hex C3 91 D8 A 21 0 F 11A 30 47
Octal 303 221 330 12 41 0 17 432 60 107
Binary 11000011 10010001 11011000 1010 100001 0 1111 100011010 110000 1000111

Color Harmonies of #C391D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391D8

Black with #C391D8

Text Example


Text Example

White with #C391D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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