Html Css Color HEX #C581EA Wisteria

📋 copy color: '#C581EA'

red 197 ◦ green 129 ◦ blue 234

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

Shades of Wisteria #C581EA

Tints of Wisteria #C581EA

RGB

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

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

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

R = 35.18%
G = 23.04%
B = 41.79%

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

#C581EA (or 0xC581EA) is known color: Wisteria. HEX triplet: C5, 81 and EA. RGB value is (197,129,234). Sum of RGB (Red+Green+Blue) = 197+129+234=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C581EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581EA is #3A7E15. Grayscale: #A0A0A0. Windows color (decimal): -3833366 or 15368645. OLE color: 15368645.

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

Color convert

RGB 197 129 234 -
CMYK 0.16 0.45 0 0.08
HSL 278.86º 0.71% 0.71% -
HSV(B) 278.86º 0.45% 0.92% -
XYZ 45.73 33.51 81.9 -
YUV 161.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 197 129 234 0.16 0.45 0 0.08 278.86 0.71 0.71
Hex C5 81 EA 10 2D 0 8 117 47 47
Octal 305 201 352 20 55 0 10 427 107 107
Binary 11000101 10000001 11101010 10000 101101 0 1000 100010111 1000111 1000111

Color Harmonies of #C581EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581EA

Black with #C581EA

Text Example


Text Example

White with #C581EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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