Html Css Color HEX #C481EC Wisteria

📋 copy color: '#C481EC'

red 196 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #C481EC

Tints of Wisteria #C481EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 34.94%
G = 22.99%
B = 42.07%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C481EC (or 0xC481EC) is known color: Wisteria. HEX triplet: C4, 81 and EC. RGB value is (196,129,236). Sum of RGB (Red+Green+Blue) = 196+129+236=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C481EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EC is #3B7E13. Grayscale: #A0A0A0. Windows color (decimal): -3898900 or 15499716. OLE color: 15499716.

HSL color Cylindrical-coordinate representation of color #C481EC: hue angle of 277.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C481EC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 129 236 -
CMYK 0.17 0.45 0 0.07
HSL 277.57º 0.74% 0.72% -
HSV(B) 277.57º 0.45% 0.93% -
XYZ 45.76 33.49 83.41 -
YUV 161.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 196 129 236 0.17 0.45 0 0.07 277.57 0.74 0.72
Hex C4 81 EC 11 2D 0 7 116 4A 48
Octal 304 201 354 21 55 0 7 426 112 110
Binary 11000100 10000001 11101100 10001 101101 0 111 100010110 1001010 1001000

Color Harmonies of #C481EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481EC

Black with #C481EC

Text Example


Text Example

White with #C481EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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