Html Css Color HEX #C495D5 Wisteria

📋 copy color: '#C495D5'

red 196 ◦ green 149 ◦ blue 213

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

Shades of Wisteria #C495D5

Tints of Wisteria #C495D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 35.13%
G = 26.7%
B = 38.17%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C495D5 (or 0xC495D5) is known color: Wisteria. HEX triplet: C4, 95 and D5. RGB value is (196,149,213). Sum of RGB (Red+Green+Blue) = 196+149+213=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #C495D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D5 is #3B6A2A. Grayscale: #AAAAAA. Windows color (decimal): -3893803 or 13997508. OLE color: 13997508.

HSL color Cylindrical-coordinate representation of color #C495D5: hue angle of 284.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C495D5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 149 213 -
CMYK 0.08 0.30 0 0.16
HSL 284.06º 0.43% 0.71% -
HSV(B) 284.06º 0.3% 0.84% -
XYZ 45.52 38.03 67.89 -
YUV 170.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 196 149 213 0.08 0.30 0 0.16 284.06 0.43 0.71
Hex C4 95 D5 8 1E 0 10 11C 2B 47
Octal 304 225 325 10 36 0 20 434 53 107
Binary 11000100 10010101 11010101 1000 11110 0 10000 100011100 101011 1000111

Color Harmonies of #C495D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495D5

Black with #C495D5

Text Example


Text Example

White with #C495D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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