Html Css Color HEX #C48EDA Wisteria

📋 copy color: '#C48EDA'

red 196 ◦ green 142 ◦ blue 218

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

Shades of Wisteria #C48EDA

Tints of Wisteria #C48EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.54%

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

R = 35.25%
G = 25.54%
B = 39.21%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48EDA (or 0xC48EDA) is known color: Wisteria. HEX triplet: C4, 8E and DA. RGB value is (196,142,218). Sum of RGB (Red+Green+Blue) = 196+142+218=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDA is #3B7125. Grayscale: #A6A6A6. Windows color (decimal): -3895590 or 14323396. OLE color: 14323396.

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

Color convert

RGB 196 142 218 -
CMYK 0.10 0.35 0 0.15
HSL 282.63º 0.51% 0.71% -
HSV(B) 282.63º 0.35% 0.85% -
XYZ 45.09 36.14 70.93 -
YUV 166.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 196 142 218 0.10 0.35 0 0.15 282.63 0.51 0.71
Hex C4 8E DA A 23 0 F 11B 33 47
Octal 304 216 332 12 43 0 17 433 63 107
Binary 11000100 10001110 11011010 1010 100011 0 1111 100011011 110011 1000111

Color Harmonies of #C48EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EDA

Black with #C48EDA

Text Example


Text Example

White with #C48EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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