Html Css Color HEX #C47CE0 Wisteria

📋 copy color: '#C47CE0'

red 196 ◦ green 124 ◦ blue 224

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

Shades of Wisteria #C47CE0

Tints of Wisteria #C47CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 36.03%
G = 22.79%
B = 41.18%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C47CE0 (or 0xC47CE0) is known color: Wisteria. HEX triplet: C4, 7C and E0. RGB value is (196,124,224). Sum of RGB (Red+Green+Blue) = 196+124+224=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #C47CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CE0 is #3B831F. Grayscale: #9C9C9C. Windows color (decimal): -3900192 or 14712004. OLE color: 14712004.

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

Color convert

RGB 196 124 224 -
CMYK 0.12 0.45 0 0.12
HSL 283.2º 0.62% 0.68% -
HSV(B) 283.2º 0.45% 0.88% -
XYZ 43.43 31.53 74.32 -
YUV 156.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 196 124 224 0.12 0.45 0 0.12 283.2 0.62 0.68
Hex C4 7C E0 C 2D 0 C 11B 3E 44
Octal 304 174 340 14 55 0 14 433 76 104
Binary 11000100 1111100 11100000 1100 101101 0 1100 100011011 111110 1000100

Color Harmonies of #C47CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CE0

Black with #C47CE0

Text Example


Text Example

White with #C47CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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