Html Css Color HEX #C48AD5 Wisteria

📋 copy color: '#C48AD5'

red 196 ◦ green 138 ◦ blue 213

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

Shades of Wisteria #C48AD5

Tints of Wisteria #C48AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 35.83%
G = 25.23%
B = 38.94%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C48AD5 (or 0xC48AD5) is known color: Wisteria. HEX triplet: C4, 8A and D5. RGB value is (196,138,213). Sum of RGB (Red+Green+Blue) = 196+138+213=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #C48AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AD5 is #3B752A. Grayscale: #A3A3A3. Windows color (decimal): -3896619 or 13994692. OLE color: 13994692.

HSL color Cylindrical-coordinate representation of color #C48AD5: hue angle of 286.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48AD5 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 138 213 -
CMYK 0.08 0.35 0 0.16
HSL 286.4º 0.47% 0.69% -
HSV(B) 286.4º 0.35% 0.84% -
XYZ 43.86 34.72 67.34 -
YUV 163.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 196 138 213 0.08 0.35 0 0.16 286.4 0.47 0.69
Hex C4 8A D5 8 23 0 10 11E 2F 45
Octal 304 212 325 10 43 0 20 436 57 105
Binary 11000100 10001010 11010101 1000 100011 0 10000 100011110 101111 1000101

Color Harmonies of #C48AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AD5

Black with #C48AD5

Text Example


Text Example

White with #C48AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AD5; }

 p { color: rgb(196,138,213); }

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

background-color css

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

 a { background-color: rgb(196,138,213); }

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

border-color css

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

 span { border-color: rgb(196,138,213); }

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