Html Css Color HEX #C494EA Wisteria

📋 copy color: '#C494EA'

red 196 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #C494EA

Tints of Wisteria #C494EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 33.91%
G = 25.61%
B = 40.48%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C494EA (or 0xC494EA) is known color: Wisteria. HEX triplet: C4, 94 and EA. RGB value is (196,148,234). Sum of RGB (Red+Green+Blue) = 196+148+234=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C494EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494EA is #3B6B15. Grayscale: #ABABAB. Windows color (decimal): -3894038 or 15373508. OLE color: 15373508.

HSL color Cylindrical-coordinate representation of color #C494EA: hue angle of 273.49º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C494EA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 148 234 -
CMYK 0.16 0.37 0 0.08
HSL 273.49º 0.67% 0.75% -
HSV(B) 273.49º 0.37% 0.92% -
XYZ 48.21 38.86 82.8 -
YUV 172.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 196 148 234 0.16 0.37 0 0.08 273.49 0.67 0.75
Hex C4 94 EA 10 25 0 8 111 43 4B
Octal 304 224 352 20 45 0 10 421 103 113
Binary 11000100 10010100 11101010 10000 100101 0 1000 100010001 1000011 1001011

Color Harmonies of #C494EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494EA

Black with #C494EA

Text Example


Text Example

White with #C494EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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