Html Css Color HEX #C391DF Wisteria

📋 copy color: '#C391DF'

red 195 ◦ green 145 ◦ blue 223

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

Shades of Wisteria #C391DF

Tints of Wisteria #C391DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 34.64%
G = 25.75%
B = 39.61%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C391DF (or 0xC391DF) is known color: Wisteria. HEX triplet: C3, 91 and DF. RGB value is (195,145,223). Sum of RGB (Red+Green+Blue) = 195+145+223=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C391DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DF is #3C6E20. Grayscale: #A8A8A8. Windows color (decimal): -3960353 or 14651843. OLE color: 14651843.

HSL color Cylindrical-coordinate representation of color #C391DF: hue angle of 278.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C391DF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 145 223 -
CMYK 0.13 0.35 0 0.13
HSL 278.46º 0.55% 0.72% -
HSV(B) 278.46º 0.35% 0.87% -
XYZ 45.95 37.18 74.57 -
YUV 168.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 195 145 223 0.13 0.35 0 0.13 278.46 0.55 0.72
Hex C3 91 DF D 23 0 D 116 37 48
Octal 303 221 337 15 43 0 15 426 67 110
Binary 11000011 10010001 11011111 1101 100011 0 1101 100010110 110111 1001000

Color Harmonies of #C391DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391DF

Black with #C391DF

Text Example


Text Example

White with #C391DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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