Html Css Color HEX #C491D1 Wisteria

📋 copy color: '#C491D1'

red 196 ◦ green 145 ◦ blue 209

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

Shades of Wisteria #C491D1

Tints of Wisteria #C491D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 35.64%
G = 26.36%
B = 38%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C491D1 (or 0xC491D1) is known color: Wisteria. HEX triplet: C4, 91 and D1. RGB value is (196,145,209). Sum of RGB (Red+Green+Blue) = 196+145+209=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #C491D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491D1 is #3B6E2E. Grayscale: #A7A7A7. Windows color (decimal): -3894831 or 13734340. OLE color: 13734340.

HSL color Cylindrical-coordinate representation of color #C491D1: hue angle of 287.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C491D1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 145 209 -
CMYK 0.06 0.31 0 0.18
HSL 287.81º 0.41% 0.69% -
HSV(B) 287.81º 0.31% 0.82% -
XYZ 44.4 36.59 65.04 -
YUV 167.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 196 145 209 0.06 0.31 0 0.18 287.81 0.41 0.69
Hex C4 91 D1 6 1F 0 12 120 29 45
Octal 304 221 321 6 37 0 22 440 51 105
Binary 11000100 10010001 11010001 110 11111 0 10010 100100000 101001 1000101

Color Harmonies of #C491D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491D1

Black with #C491D1

Text Example


Text Example

White with #C491D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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