Html Css Color HEX #C47CE2 Wisteria

📋 copy color: '#C47CE2'

red 196 ◦ green 124 ◦ blue 226

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

Shades of Wisteria #C47CE2

Tints of Wisteria #C47CE2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 35.9%
G = 22.71%
B = 41.39%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C47CE2 (or 0xC47CE2) is known color: Wisteria. HEX triplet: C4, 7C and E2. RGB value is (196,124,226). Sum of RGB (Red+Green+Blue) = 196+124+226=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #C47CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CE2 is #3B831D. Grayscale: #9C9C9C. Windows color (decimal): -3900190 or 14843076. OLE color: 14843076.

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

Color convert

RGB 196 124 226 -
CMYK 0.13 0.45 0 0.11
HSL 282.35º 0.64% 0.69% -
HSV(B) 282.35º 0.45% 0.89% -
XYZ 43.7 31.64 75.76 -
YUV 157.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 196 124 226 0.13 0.45 0 0.11 282.35 0.64 0.69
Hex C4 7C E2 D 2D 0 B 11A 40 45
Octal 304 174 342 15 55 0 13 432 100 105
Binary 11000100 1111100 11100010 1101 101101 0 1011 100011010 1000000 1000101

Color Harmonies of #C47CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CE2

Black with #C47CE2

Text Example


Text Example

White with #C47CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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