Html Css Color HEX #C491FF Wisteria

📋 copy color: '#C491FF'

red 196 ◦ green 145 ◦ blue 255

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

Shades of Wisteria #C491FF

Tints of Wisteria #C491FF

RGB

 RED value IS 196 (76.95% from 255) = 32.89%

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 32.89%
G = 24.33%
B = 42.79%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C491FF (or 0xC491FF) is known color: Wisteria. HEX triplet: C4, 91 and FF. RGB value is (196,145,255). Sum of RGB (Red+Green+Blue) = 196+145+255=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C491FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C491FF is #3B6E00. Grayscale: #ACACAC. Windows color (decimal): -3894785 or 16748996. OLE color: 16748996.

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

Color convert

RGB 196 145 255 -
CMYK 0.23 0.43 0 0
HSL 267.82º 1% 0.78% -
HSV(B) 267.82º 0.43% 1% -
XYZ 50.94 39.21 99.49 -
YUV 172.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 196 145 255 0.23 0.43 0 0 267.82 1 0.78
Hex C4 91 FF 17 2B 0 0 10C 64 4E
Octal 304 221 377 27 53 0 0 414 144 116
Binary 11000100 10010001 11111111 10111 101011 0 0 100001100 1100100 1001110

Color Harmonies of #C491FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491FF

Black with #C491FF

Text Example


Text Example

White with #C491FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491FF; }

 p { color: rgb(196,145,255); }

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

background-color css

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

 a { background-color: rgb(196,145,255); }

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

border-color css

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

 span { border-color: rgb(196,145,255); }

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