Html Css Color HEX #C48ADD Wisteria

📋 copy color: '#C48ADD'

red 196 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #C48ADD

Tints of Wisteria #C48ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 35.32%
G = 24.86%
B = 39.82%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C48ADD (or 0xC48ADD) is known color: Wisteria. HEX triplet: C4, 8A and DD. RGB value is (196,138,221). Sum of RGB (Red+Green+Blue) = 196+138+221=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C48ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ADD is #3B7522. Grayscale: #A4A4A4. Windows color (decimal): -3896611 or 14518980. OLE color: 14518980.

HSL color Cylindrical-coordinate representation of color #C48ADD: hue angle of 281.93º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48ADD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 138 221 -
CMYK 0.11 0.38 0 0.13
HSL 281.93º 0.55% 0.7% -
HSV(B) 281.93º 0.38% 0.87% -
XYZ 44.9 35.13 72.82 -
YUV 164.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 196 138 221 0.11 0.38 0 0.13 281.93 0.55 0.7
Hex C4 8A DD B 26 0 D 11A 37 46
Octal 304 212 335 13 46 0 15 432 67 106
Binary 11000100 10001010 11011101 1011 100110 0 1101 100011010 110111 1000110

Color Harmonies of #C48ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ADD

Black with #C48ADD

Text Example


Text Example

White with #C48ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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