Html Css Color HEX #C47FEA Wisteria

📋 copy color: '#C47FEA'

red 196 ◦ green 127 ◦ blue 234

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

Shades of Wisteria #C47FEA

Tints of Wisteria #C47FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 35.19%
G = 22.8%
B = 42.01%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C47FEA (or 0xC47FEA) is known color: Wisteria. HEX triplet: C4, 7F and EA. RGB value is (196,127,234). Sum of RGB (Red+Green+Blue) = 196+127+234=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #C47FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FEA is #3B8015. Grayscale: #9F9F9F. Windows color (decimal): -3899414 or 15368132. OLE color: 15368132.

HSL color Cylindrical-coordinate representation of color #C47FEA: hue angle of 278.69º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47FEA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 127 234 -
CMYK 0.16 0.46 0 0.08
HSL 278.69º 0.72% 0.71% -
HSV(B) 278.69º 0.46% 0.92% -
XYZ 45.21 32.86 81.8 -
YUV 159.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 196 127 234 0.16 0.46 0 0.08 278.69 0.72 0.71
Hex C4 7F EA 10 2E 0 8 117 48 47
Octal 304 177 352 20 56 0 10 427 110 107
Binary 11000100 1111111 11101010 10000 101110 0 1000 100010111 1001000 1000111

Color Harmonies of #C47FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FEA

Black with #C47FEA

Text Example


Text Example

White with #C47FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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