Html Css Color HEX #C484EA Wisteria

📋 copy color: '#C484EA'

red 196 ◦ green 132 ◦ blue 234

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

Shades of Wisteria #C484EA

Tints of Wisteria #C484EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

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

R = 34.88%
G = 23.49%
B = 41.64%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C484EA (or 0xC484EA) is known color: Wisteria. HEX triplet: C4, 84 and EA. RGB value is (196,132,234). Sum of RGB (Red+Green+Blue) = 196+132+234=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C484EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484EA is #3B7B15. Grayscale: #A2A2A2. Windows color (decimal): -3898134 or 15369412. OLE color: 15369412.

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

Color convert

RGB 196 132 234 -
CMYK 0.16 0.44 0 0.08
HSL 277.65º 0.71% 0.72% -
HSV(B) 277.65º 0.44% 0.92% -
XYZ 45.87 34.18 82.02 -
YUV 162.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 196 132 234 0.16 0.44 0 0.08 277.65 0.71 0.72
Hex C4 84 EA 10 2C 0 8 116 47 48
Octal 304 204 352 20 54 0 10 426 107 110
Binary 11000100 10000100 11101010 10000 101100 0 1000 100010110 1000111 1001000

Color Harmonies of #C484EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484EA

Black with #C484EA

Text Example


Text Example

White with #C484EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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