Html Css Color HEX #C47EE2 Wisteria

📋 copy color: '#C47EE2'

red 196 ◦ green 126 ◦ blue 226

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

Shades of Wisteria #C47EE2

Tints of Wisteria #C47EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.24%

R = 35.77%
G = 22.99%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C47EE2 (or 0xC47EE2) is known color: Wisteria. HEX triplet: C4, 7E and E2. RGB value is (196,126,226). Sum of RGB (Red+Green+Blue) = 196+126+226=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #C47EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EE2 is #3B811D. Grayscale: #9E9E9E. Windows color (decimal): -3899678 or 14843588. OLE color: 14843588.

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

Color convert

RGB 196 126 226 -
CMYK 0.13 0.44 0 0.11
HSL 282º 0.63% 0.69% -
HSV(B) 282º 0.44% 0.89% -
XYZ 43.95 32.15 75.84 -
YUV 158.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 196 126 226 0.13 0.44 0 0.11 282 0.63 0.69
Hex C4 7E E2 D 2C 0 B 11A 3F 45
Octal 304 176 342 15 54 0 13 432 77 105
Binary 11000100 1111110 11100010 1101 101100 0 1011 100011010 111111 1000101

Color Harmonies of #C47EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EE2

Black with #C47EE2

Text Example


Text Example

White with #C47EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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