Html Css Color HEX #C491DA Wisteria

📋 copy color: '#C491DA'

red 196 ◦ green 145 ◦ blue 218

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

Shades of Wisteria #C491DA

Tints of Wisteria #C491DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 35.06%
G = 25.94%
B = 39%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C491DA (or 0xC491DA) is known color: Wisteria. HEX triplet: C4, 91 and DA. RGB value is (196,145,218). Sum of RGB (Red+Green+Blue) = 196+145+218=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C491DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491DA is #3B6E25. Grayscale: #A8A8A8. Windows color (decimal): -3894822 or 14324164. OLE color: 14324164.

HSL color Cylindrical-coordinate representation of color #C491DA: hue angle of 281.92º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C491DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 145 218 -
CMYK 0.10 0.33 0 0.15
HSL 281.92º 0.5% 0.71% -
HSV(B) 281.92º 0.33% 0.85% -
XYZ 45.55 37.05 71.08 -
YUV 168.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 196 145 218 0.10 0.33 0 0.15 281.92 0.5 0.71
Hex C4 91 DA A 21 0 F 11A 32 47
Octal 304 221 332 12 41 0 17 432 62 107
Binary 11000100 10010001 11011010 1010 100001 0 1111 100011010 110010 1000111

Color Harmonies of #C491DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491DA

Black with #C491DA

Text Example


Text Example

White with #C491DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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