Html Css Color HEX #C391FB Wisteria

📋 copy color: '#C391FB'

red 195 ◦ green 145 ◦ blue 251

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

Shades of Wisteria #C391FB

Tints of Wisteria #C391FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 32.99%
G = 24.53%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C391FB (or 0xC391FB) is known color: Wisteria. HEX triplet: C3, 91 and FB. RGB value is (195,145,251). Sum of RGB (Red+Green+Blue) = 195+145+251=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C391FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391FB is #3C6E04. Grayscale: #ABABAB. Windows color (decimal): -3960325 or 16486851. OLE color: 16486851.

HSL color Cylindrical-coordinate representation of color #C391FB: hue angle of 268.3º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C391FB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 145 251 -
CMYK 0.22 0.42 0 0.02
HSL 268.3º 0.93% 0.78% -
HSV(B) 268.3º 0.42% 0.98% -
XYZ 50.04 38.82 96.12 -
YUV 172.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 195 145 251 0.22 0.42 0 0.02 268.3 0.93 0.78
Hex C3 91 FB 16 2A 0 2 10C 5D 4E
Octal 303 221 373 26 52 0 2 414 135 116
Binary 11000011 10010001 11111011 10110 101010 0 10 100001100 1011101 1001110

Color Harmonies of #C391FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391FB

Black with #C391FB

Text Example


Text Example

White with #C391FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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