Html Css Color HEX #C491D0 Wisteria

📋 copy color: '#C491D0'

red 196 ◦ green 145 ◦ blue 208

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

Shades of Wisteria #C491D0

Tints of Wisteria #C491D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 35.7%
G = 26.41%
B = 37.89%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C491D0 (or 0xC491D0) is known color: Wisteria. HEX triplet: C4, 91 and D0. RGB value is (196,145,208). Sum of RGB (Red+Green+Blue) = 196+145+208=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C491D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491D0 is #3B6E2F. Grayscale: #A7A7A7. Windows color (decimal): -3894832 or 13668804. OLE color: 13668804.

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

Color convert

RGB 196 145 208 -
CMYK 0.06 0.30 0 0.18
HSL 288.57º 0.4% 0.69% -
HSV(B) 288.57º 0.3% 0.82% -
XYZ 44.28 36.54 64.39 -
YUV 167.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 196 145 208 0.06 0.30 0 0.18 288.57 0.4 0.69
Hex C4 91 D0 6 1E 0 12 121 28 45
Octal 304 221 320 6 36 0 22 441 50 105
Binary 11000100 10010001 11010000 110 11110 0 10010 100100001 101000 1000101

Color Harmonies of #C491D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491D0

Black with #C491D0

Text Example


Text Example

White with #C491D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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