Html Css Color HEX #C47EDA Wisteria

📋 copy color: '#C47EDA'

red 196 ◦ green 126 ◦ blue 218

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

Shades of Wisteria #C47EDA

Tints of Wisteria #C47EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 36.3%
G = 23.33%
B = 40.37%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C47EDA (or 0xC47EDA) is known color: Wisteria. HEX triplet: C4, 7E and DA. RGB value is (196,126,218). Sum of RGB (Red+Green+Blue) = 196+126+218=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #C47EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EDA is #3B8125. Grayscale: #9D9D9D. Windows color (decimal): -3899686 or 14319300. OLE color: 14319300.

HSL color Cylindrical-coordinate representation of color #C47EDA: hue angle of 285.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47EDA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 126 218 -
CMYK 0.10 0.42 0 0.15
HSL 285.65º 0.55% 0.67% -
HSV(B) 285.65º 0.42% 0.85% -
XYZ 42.88 31.72 70.19 -
YUV 157.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 196 126 218 0.10 0.42 0 0.15 285.65 0.55 0.67
Hex C4 7E DA A 2A 0 F 11E 37 43
Octal 304 176 332 12 52 0 17 436 67 103
Binary 11000100 1111110 11011010 1010 101010 0 1111 100011110 110111 1000011

Color Harmonies of #C47EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EDA

Black with #C47EDA

Text Example


Text Example

White with #C47EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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