Html Css Color HEX #C591FE Wisteria

📋 copy color: '#C591FE'

red 197 ◦ green 145 ◦ blue 254

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

Shades of Wisteria #C591FE

Tints of Wisteria #C591FE

RGB

 RED value IS 197 (77.34% from 255) = 33.05%

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 33.05%
G = 24.33%
B = 42.62%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C591FE (or 0xC591FE) is known color: Wisteria. HEX triplet: C5, 91 and FE. RGB value is (197,145,254). Sum of RGB (Red+Green+Blue) = 197+145+254=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C591FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591FE is #3A6E01. Grayscale: #ACACAC. Windows color (decimal): -3829250 or 16683461. OLE color: 16683461.

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

Color convert

RGB 197 145 254 -
CMYK 0.22 0.43 0 0.00
HSL 268.62º 0.98% 0.78% -
HSV(B) 268.62º 0.43% 1% -
XYZ 51.04 39.28 98.66 -
YUV 172.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 197 145 254 0.22 0.43 0 0.00 268.62 0.98 0.78
Hex C5 91 FE 16 2B 0 0 10D 62 4E
Octal 305 221 376 26 53 0 0 415 142 116
Binary 11000101 10010001 11111110 10110 101011 0 0 100001101 1100010 1001110

Color Harmonies of #C591FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591FE

Black with #C591FE

Text Example


Text Example

White with #C591FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591FE; }

 p { color: rgb(197,145,254); }

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

background-color css

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

 a { background-color: rgb(197,145,254); }

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

border-color css

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

 span { border-color: rgb(197,145,254); }

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