Html Css Color HEX #C494DA Wisteria

📋 copy color: '#C494DA'

red 196 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #C494DA

Tints of Wisteria #C494DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.33%

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

R = 34.88%
G = 26.33%
B = 38.79%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C494DA (or 0xC494DA) is known color: Wisteria. HEX triplet: C4, 94 and DA. RGB value is (196,148,218). Sum of RGB (Red+Green+Blue) = 196+148+218=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C494DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DA is #3B6B25. Grayscale: #AAAAAA. Windows color (decimal): -3894054 or 14324932. OLE color: 14324932.

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

Color convert

RGB 196 148 218 -
CMYK 0.10 0.32 0 0.15
HSL 281.14º 0.49% 0.72% -
HSV(B) 281.14º 0.32% 0.85% -
XYZ 46.01 37.98 71.24 -
YUV 170.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 196 148 218 0.10 0.32 0 0.15 281.14 0.49 0.72
Hex C4 94 DA A 20 0 F 119 31 48
Octal 304 224 332 12 40 0 17 431 61 110
Binary 11000100 10010100 11011010 1010 100000 0 1111 100011001 110001 1001000

Color Harmonies of #C494DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494DA

Black with #C494DA

Text Example


Text Example

White with #C494DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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