Html Css Color HEX #C491D7 Wisteria

📋 copy color: '#C491D7'

red 196 ◦ green 145 ◦ blue 215

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

Shades of Wisteria #C491D7

Tints of Wisteria #C491D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 35.25%
G = 26.08%
B = 38.67%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C491D7 (or 0xC491D7) is known color: Wisteria. HEX triplet: C4, 91 and D7. RGB value is (196,145,215). Sum of RGB (Red+Green+Blue) = 196+145+215=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #C491D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491D7 is #3B6E28. Grayscale: #A8A8A8. Windows color (decimal): -3894825 or 14127556. OLE color: 14127556.

HSL color Cylindrical-coordinate representation of color #C491D7: hue angle of 283.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C491D7 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 145 215 -
CMYK 0.09 0.33 0 0.16
HSL 283.71º 0.47% 0.71% -
HSV(B) 283.71º 0.33% 0.84% -
XYZ 45.16 36.89 69.03 -
YUV 168.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 196 145 215 0.09 0.33 0 0.16 283.71 0.47 0.71
Hex C4 91 D7 9 21 0 10 11C 2F 47
Octal 304 221 327 11 41 0 20 434 57 107
Binary 11000100 10010001 11010111 1001 100001 0 10000 100011100 101111 1000111

Color Harmonies of #C491D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491D7

Black with #C491D7

Text Example


Text Example

White with #C491D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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