Html Css Color HEX #C47EE1 Wisteria

📋 copy color: '#C47EE1'

red 196 ◦ green 126 ◦ blue 225

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

Shades of Wisteria #C47EE1

Tints of Wisteria #C47EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 35.83%
G = 23.03%
B = 41.13%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C47EE1 (or 0xC47EE1) is known color: Wisteria. HEX triplet: C4, 7E and E1. RGB value is (196,126,225). Sum of RGB (Red+Green+Blue) = 196+126+225=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #C47EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EE1 is #3B811E. Grayscale: #9D9D9D. Windows color (decimal): -3899679 or 14778052. OLE color: 14778052.

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

Color convert

RGB 196 126 225 -
CMYK 0.13 0.44 0 0.12
HSL 282.42º 0.62% 0.69% -
HSV(B) 282.42º 0.44% 0.88% -
XYZ 43.82 32.09 75.12 -
YUV 158.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 196 126 225 0.13 0.44 0 0.12 282.42 0.62 0.69
Hex C4 7E E1 D 2C 0 C 11A 3E 45
Octal 304 176 341 15 54 0 14 432 76 105
Binary 11000100 1111110 11100001 1101 101100 0 1100 100011010 111110 1000101

Color Harmonies of #C47EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EE1

Black with #C47EE1

Text Example


Text Example

White with #C47EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EE1; }

 p { color: rgb(196,126,225); }

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

background-color css

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

 a { background-color: rgb(196,126,225); }

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

border-color css

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

 span { border-color: rgb(196,126,225); }

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