Html Css Color HEX #C47FDB Wisteria

📋 copy color: '#C47FDB'

red 196 ◦ green 127 ◦ blue 219

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

Shades of Wisteria #C47FDB

Tints of Wisteria #C47FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 36.16%
G = 23.43%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C47FDB (or 0xC47FDB) is known color: Wisteria. HEX triplet: C4, 7F and DB. RGB value is (196,127,219). Sum of RGB (Red+Green+Blue) = 196+127+219=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C47FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FDB is #3B8024. Grayscale: #9D9D9D. Windows color (decimal): -3899429 or 14385092. OLE color: 14385092.

HSL color Cylindrical-coordinate representation of color #C47FDB: hue angle of 285º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47FDB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 127 219 -
CMYK 0.11 0.42 0 0.14
HSL 285º 0.56% 0.68% -
HSV(B) 285º 0.42% 0.86% -
XYZ 43.14 32.03 70.93 -
YUV 158.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 196 127 219 0.11 0.42 0 0.14 285 0.56 0.68
Hex C4 7F DB B 2A 0 E 11D 38 44
Octal 304 177 333 13 52 0 16 435 70 104
Binary 11000100 1111111 11011011 1011 101010 0 1110 100011101 111000 1000100

Color Harmonies of #C47FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FDB

Black with #C47FDB

Text Example


Text Example

White with #C47FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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