Html Css Color HEX #C481EA Wisteria

📋 copy color: '#C481EA'

red 196 ◦ green 129 ◦ blue 234

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

Shades of Wisteria #C481EA

Tints of Wisteria #C481EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.08%

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

R = 35.06%
G = 23.08%
B = 41.86%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C481EA (or 0xC481EA) is known color: Wisteria. HEX triplet: C4, 81 and EA. RGB value is (196,129,234). Sum of RGB (Red+Green+Blue) = 196+129+234=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EA is #3B7E15. Grayscale: #A0A0A0. Windows color (decimal): -3898902 or 15368644. OLE color: 15368644.

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

Color convert

RGB 196 129 234 -
CMYK 0.16 0.45 0 0.08
HSL 278.29º 0.71% 0.71% -
HSV(B) 278.29º 0.45% 0.92% -
XYZ 45.47 33.38 81.89 -
YUV 161 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 196 129 234 0.16 0.45 0 0.08 278.29 0.71 0.71
Hex C4 81 EA 10 2D 0 8 116 47 47
Octal 304 201 352 20 55 0 10 426 107 107
Binary 11000100 10000001 11101010 10000 101101 0 1000 100010110 1000111 1000111

Color Harmonies of #C481EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481EA

Black with #C481EA

Text Example


Text Example

White with #C481EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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