Html Css Color HEX #C48ADA Wisteria

📋 copy color: '#C48ADA'

red 196 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #C48ADA

Tints of Wisteria #C48ADA

RGB

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

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

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

R = 35.51%
G = 25%
B = 39.49%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48ADA (or 0xC48ADA) is known color: Wisteria. HEX triplet: C4, 8A and DA. RGB value is (196,138,218). Sum of RGB (Red+Green+Blue) = 196+138+218=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ADA is #3B7525. Grayscale: #A4A4A4. Windows color (decimal): -3896614 or 14322372. OLE color: 14322372.

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

Color convert

RGB 196 138 218 -
CMYK 0.10 0.37 0 0.15
HSL 283.5º 0.52% 0.7% -
HSV(B) 283.5º 0.37% 0.85% -
XYZ 44.51 34.97 70.73 -
YUV 164.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 196 138 218 0.10 0.37 0 0.15 283.5 0.52 0.7
Hex C4 8A DA A 25 0 F 11C 34 46
Octal 304 212 332 12 45 0 17 434 64 106
Binary 11000100 10001010 11011010 1010 100101 0 1111 100011100 110100 1000110

Color Harmonies of #C48ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ADA

Black with #C48ADA

Text Example


Text Example

White with #C48ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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