Html Css Color HEX #C48CDF Wisteria

📋 copy color: '#C48CDF'

red 196 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #C48CDF

Tints of Wisteria #C48CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 35.06%
G = 25.04%
B = 39.89%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C48CDF (or 0xC48CDF) is known color: Wisteria. HEX triplet: C4, 8C and DF. RGB value is (196,140,223). Sum of RGB (Red+Green+Blue) = 196+140+223=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C48CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDF is #3B7320. Grayscale: #A5A5A5. Windows color (decimal): -3896097 or 14650564. OLE color: 14650564.

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

Color convert

RGB 196 140 223 -
CMYK 0.12 0.37 0 0.13
HSL 280.48º 0.56% 0.71% -
HSV(B) 280.48º 0.37% 0.87% -
XYZ 45.46 35.82 74.33 -
YUV 166.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 196 140 223 0.12 0.37 0 0.13 280.48 0.56 0.71
Hex C4 8C DF C 25 0 D 118 38 47
Octal 304 214 337 14 45 0 15 430 70 107
Binary 11000100 10001100 11011111 1100 100101 0 1101 100011000 111000 1000111

Color Harmonies of #C48CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CDF

Black with #C48CDF

Text Example


Text Example

White with #C48CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CDF; }

 p { color: rgb(196,140,223); }

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

background-color css

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

 a { background-color: rgb(196,140,223); }

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

border-color css

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

 span { border-color: rgb(196,140,223); }

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