Html Css Color HEX #C48FDA Wisteria

📋 copy color: '#C48FDA'

red 196 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C48FDA

Tints of Wisteria #C48FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 35.19%
G = 25.67%
B = 39.14%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48FDA (or 0xC48FDA) is known color: Wisteria. HEX triplet: C4, 8F and DA. RGB value is (196,143,218). Sum of RGB (Red+Green+Blue) = 196+143+218=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FDA is #3B7025. Grayscale: #A7A7A7. Windows color (decimal): -3895334 or 14323652. OLE color: 14323652.

HSL color Cylindrical-coordinate representation of color #C48FDA: hue angle of 282.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48FDA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 143 218 -
CMYK 0.10 0.34 0 0.15
HSL 282.4º 0.5% 0.71% -
HSV(B) 282.4º 0.34% 0.85% -
XYZ 45.24 36.44 70.98 -
YUV 167.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 196 143 218 0.10 0.34 0 0.15 282.4 0.5 0.71
Hex C4 8F DA A 22 0 F 11A 32 47
Octal 304 217 332 12 42 0 17 432 62 107
Binary 11000100 10001111 11011010 1010 100010 0 1111 100011010 110010 1000111

Color Harmonies of #C48FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FDA

Black with #C48FDA

Text Example


Text Example

White with #C48FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FDA; }

 p { color: rgb(196,143,218); }

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

background-color css

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

 a { background-color: rgb(196,143,218); }

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

border-color css

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

 span { border-color: rgb(196,143,218); }

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