Html Css Color HEX #C47FE1 Wisteria

📋 copy color: '#C47FE1'

red 196 ◦ green 127 ◦ blue 225

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

Shades of Wisteria #C47FE1

Tints of Wisteria #C47FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.18%

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

R = 35.77%
G = 23.18%
B = 41.06%

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

#C47FE1 (or 0xC47FE1) is known color: Wisteria. HEX triplet: C4, 7F and E1. RGB value is (196,127,225). Sum of RGB (Red+Green+Blue) = 196+127+225=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #C47FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FE1 is #3B801E. Grayscale: #9E9E9E. Windows color (decimal): -3899423 or 14778308. OLE color: 14778308.

HSL color Cylindrical-coordinate representation of color #C47FE1: hue angle of 282.24º 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 #C47FE1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 127 225 -
CMYK 0.13 0.44 0 0.12
HSL 282.24º 0.62% 0.69% -
HSV(B) 282.24º 0.44% 0.88% -
XYZ 43.94 32.35 75.16 -
YUV 158.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 196 127 225 0.13 0.44 0 0.12 282.24 0.62 0.69
Hex C4 7F E1 D 2C 0 C 11A 3E 45
Octal 304 177 341 15 54 0 14 432 76 105
Binary 11000100 1111111 11100001 1101 101100 0 1100 100011010 111110 1000101

Color Harmonies of #C47FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FE1

Black with #C47FE1

Text Example


Text Example

White with #C47FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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