Html Css Color HEX #C47BE2 Wisteria

📋 copy color: '#C47BE2'

red 196 ◦ green 123 ◦ blue 226

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

Shades of Wisteria #C47BE2

Tints of Wisteria #C47BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 35.96%
G = 22.57%
B = 41.47%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C47BE2 (or 0xC47BE2) is known color: Wisteria. HEX triplet: C4, 7B and E2. RGB value is (196,123,226). Sum of RGB (Red+Green+Blue) = 196+123+226=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #C47BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BE2 is #3B841D. Grayscale: #9C9C9C. Windows color (decimal): -3900446 or 14842820. OLE color: 14842820.

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

Color convert

RGB 196 123 226 -
CMYK 0.13 0.46 0 0.11
HSL 282.52º 0.64% 0.68% -
HSV(B) 282.52º 0.46% 0.89% -
XYZ 43.58 31.39 75.71 -
YUV 156.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 196 123 226 0.13 0.46 0 0.11 282.52 0.64 0.68
Hex C4 7B E2 D 2E 0 B 11B 40 44
Octal 304 173 342 15 56 0 13 433 100 104
Binary 11000100 1111011 11100010 1101 101110 0 1011 100011011 1000000 1000100

Color Harmonies of #C47BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BE2

Black with #C47BE2

Text Example


Text Example

White with #C47BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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