Html Css Color HEX #C495E5 Wisteria

📋 copy color: '#C495E5'

red 196 ◦ green 149 ◦ blue 229

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

Shades of Wisteria #C495E5

Tints of Wisteria #C495E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.96%

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 34.15%
G = 25.96%
B = 39.9%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C495E5 (or 0xC495E5) is known color: Wisteria. HEX triplet: C4, 95 and E5. RGB value is (196,149,229). Sum of RGB (Red+Green+Blue) = 196+149+229=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #C495E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495E5 is #3B6A1A. Grayscale: #ABABAB. Windows color (decimal): -3893787 or 15046084. OLE color: 15046084.

HSL color Cylindrical-coordinate representation of color #C495E5: hue angle of 275.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C495E5 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 149 229 -
CMYK 0.14 0.35 0 0.10
HSL 275.25º 0.61% 0.74% -
HSV(B) 275.25º 0.35% 0.9% -
XYZ 47.66 38.89 79.12 -
YUV 172.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 196 149 229 0.14 0.35 0 0.10 275.25 0.61 0.74
Hex C4 95 E5 E 23 0 A 113 3D 4A
Octal 304 225 345 16 43 0 12 423 75 112
Binary 11000100 10010101 11100101 1110 100011 0 1010 100010011 111101 1001010

Color Harmonies of #C495E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495E5

Black with #C495E5

Text Example


Text Example

White with #C495E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495E5; }

 p { color: rgb(196,149,229); }

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

background-color css

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

 a { background-color: rgb(196,149,229); }

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

border-color css

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

 span { border-color: rgb(196,149,229); }

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