Html Css Color HEX #C581EB Wisteria

📋 copy color: '#C581EB'

red 197 ◦ green 129 ◦ blue 235

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

Shades of Wisteria #C581EB

Tints of Wisteria #C581EB

RGB

 RED value IS 197 (77.34% from 255) = 35.12%

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

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

R = 35.12%
G = 22.99%
B = 41.89%

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

#C581EB (or 0xC581EB) is known color: Wisteria. HEX triplet: C5, 81 and EB. RGB value is (197,129,235). Sum of RGB (Red+Green+Blue) = 197+129+235=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C581EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581EB is #3A7E14. Grayscale: #A1A1A1. Windows color (decimal): -3833365 or 15434181. OLE color: 15434181.

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

Color convert

RGB 197 129 235 -
CMYK 0.16 0.45 0 0.08
HSL 278.49º 0.73% 0.71% -
HSV(B) 278.49º 0.45% 0.92% -
XYZ 45.87 33.57 82.66 -
YUV 161.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 197 129 235 0.16 0.45 0 0.08 278.49 0.73 0.71
Hex C5 81 EB 10 2D 0 8 116 49 47
Octal 305 201 353 20 55 0 10 426 111 107
Binary 11000101 10000001 11101011 10000 101101 0 1000 100010110 1001001 1000111

Color Harmonies of #C581EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581EB

Black with #C581EB

Text Example


Text Example

White with #C581EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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