Html Css Color HEX #C57EDD Wisteria

📋 copy color: '#C57EDD'

red 197 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #C57EDD

Tints of Wisteria #C57EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.16%

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 36.21%
G = 23.16%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57EDD (or 0xC57EDD) is known color: Wisteria. HEX triplet: C5, 7E and DD. RGB value is (197,126,221). Sum of RGB (Red+Green+Blue) = 197+126+221=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C57EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EDD is #3A8122. Grayscale: #9D9D9D. Windows color (decimal): -3834147 or 14515909. OLE color: 14515909.

HSL color Cylindrical-coordinate representation of color #C57EDD: hue angle of 284.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57EDD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 126 221 -
CMYK 0.11 0.43 0 0.13
HSL 284.84º 0.58% 0.68% -
HSV(B) 284.84º 0.43% 0.87% -
XYZ 43.54 32.01 72.29 -
YUV 158.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 197 126 221 0.11 0.43 0 0.13 284.84 0.58 0.68
Hex C5 7E DD B 2B 0 D 11D 3A 44
Octal 305 176 335 13 53 0 15 435 72 104
Binary 11000101 1111110 11011101 1011 101011 0 1101 100011101 111010 1000100

Color Harmonies of #C57EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EDD

Black with #C57EDD

Text Example


Text Example

White with #C57EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EDD; }

 p { color: rgb(197,126,221); }

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

background-color css

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

 a { background-color: rgb(197,126,221); }

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

border-color css

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

 span { border-color: rgb(197,126,221); }

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