Html Css Color HEX #C47FDE Wisteria

📋 copy color: '#C47FDE'

red 196 ◦ green 127 ◦ blue 222

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

Shades of Wisteria #C47FDE

Tints of Wisteria #C47FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 35.96%
G = 23.3%
B = 40.73%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47FDE (or 0xC47FDE) is known color: Wisteria. HEX triplet: C4, 7F and DE. RGB value is (196,127,222). Sum of RGB (Red+Green+Blue) = 196+127+222=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #C47FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FDE is #3B8021. Grayscale: #9E9E9E. Windows color (decimal): -3899426 or 14581700. OLE color: 14581700.

HSL color Cylindrical-coordinate representation of color #C47FDE: hue angle of 283.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47FDE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 127 222 -
CMYK 0.12 0.43 0 0.13
HSL 283.58º 0.59% 0.68% -
HSV(B) 283.58º 0.43% 0.87% -
XYZ 43.54 32.19 73.03 -
YUV 158.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 196 127 222 0.12 0.43 0 0.13 283.58 0.59 0.68
Hex C4 7F DE C 2B 0 D 11C 3B 44
Octal 304 177 336 14 53 0 15 434 73 104
Binary 11000100 1111111 11011110 1100 101011 0 1101 100011100 111011 1000100

Color Harmonies of #C47FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FDE

Black with #C47FDE

Text Example


Text Example

White with #C47FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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