Html Css Color HEX #C481EB Wisteria

📋 copy color: '#C481EB'

red 196 ◦ green 129 ◦ blue 235

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

Shades of Wisteria #C481EB

Tints of Wisteria #C481EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 35%
G = 23.04%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C481EB (or 0xC481EB) is known color: Wisteria. HEX triplet: C4, 81 and EB. RGB value is (196,129,235). Sum of RGB (Red+Green+Blue) = 196+129+235=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #C481EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EB is #3B7E14. Grayscale: #A0A0A0. Windows color (decimal): -3898901 or 15434180. OLE color: 15434180.

HSL color Cylindrical-coordinate representation of color #C481EB: hue angle of 277.92º degrees, saturation: 0.73, 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 #C481EB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 129 235 -
CMYK 0.17 0.45 0 0.08
HSL 277.92º 0.73% 0.71% -
HSV(B) 277.92º 0.45% 0.92% -
XYZ 45.61 33.43 82.65 -
YUV 161.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 196 129 235 0.17 0.45 0 0.08 277.92 0.73 0.71
Hex C4 81 EB 11 2D 0 8 116 49 47
Octal 304 201 353 21 55 0 10 426 111 107
Binary 11000100 10000001 11101011 10001 101101 0 1000 100010110 1001001 1000111

Color Harmonies of #C481EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481EB

Black with #C481EB

Text Example


Text Example

White with #C481EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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