Html Css Color HEX #C47EE7 Wisteria

📋 copy color: '#C47EE7'

red 196 ◦ green 126 ◦ blue 231

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

Shades of Wisteria #C47EE7

Tints of Wisteria #C47EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 35.44%
G = 22.78%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C47EE7 (or 0xC47EE7) is known color: Wisteria. HEX triplet: C4, 7E and E7. RGB value is (196,126,231). Sum of RGB (Red+Green+Blue) = 196+126+231=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #C47EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47EE7 is #3B8118. Grayscale: #9E9E9E. Windows color (decimal): -3899673 or 15171268. OLE color: 15171268.

HSL color Cylindrical-coordinate representation of color #C47EE7: hue angle of 280º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47EE7 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 126 231 -
CMYK 0.15 0.45 0 0.09
HSL 280º 0.69% 0.7% -
HSV(B) 280º 0.45% 0.91% -
XYZ 44.65 32.43 79.51 -
YUV 158.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 196 126 231 0.15 0.45 0 0.09 280 0.69 0.7
Hex C4 7E E7 F 2D 0 9 118 45 46
Octal 304 176 347 17 55 0 11 430 105 106
Binary 11000100 1111110 11100111 1111 101101 0 1001 100011000 1000101 1000110

Color Harmonies of #C47EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47EE7

Black with #C47EE7

Text Example


Text Example

White with #C47EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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