Html Css Color HEX #C581E0 Wisteria

📋 copy color: '#C581E0'

red 197 ◦ green 129 ◦ blue 224

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

Shades of Wisteria #C581E0

Tints of Wisteria #C581E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 35.82%
G = 23.45%
B = 40.73%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C581E0 (or 0xC581E0) is known color: Wisteria. HEX triplet: C5, 81 and E0. RGB value is (197,129,224). Sum of RGB (Red+Green+Blue) = 197+129+224=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #C581E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581E0 is #3A7E1F. Grayscale: #9F9F9F. Windows color (decimal): -3833376 or 14713285. OLE color: 14713285.

HSL color Cylindrical-coordinate representation of color #C581E0: hue angle of 282.95º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C581E0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 129 224 -
CMYK 0.12 0.42 0 0.12
HSL 282.95º 0.61% 0.69% -
HSV(B) 282.95º 0.42% 0.88% -
XYZ 44.33 32.95 74.55 -
YUV 160.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 197 129 224 0.12 0.42 0 0.12 282.95 0.61 0.69
Hex C5 81 E0 C 2A 0 C 11B 3D 45
Octal 305 201 340 14 52 0 14 433 75 105
Binary 11000101 10000001 11100000 1100 101010 0 1100 100011011 111101 1000101

Color Harmonies of #C581E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581E0

Black with #C581E0

Text Example


Text Example

White with #C581E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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