Html Css Color HEX #C48ED8 Wisteria

📋 copy color: '#C48ED8'

red 196 ◦ green 142 ◦ blue 216

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

Shades of Wisteria #C48ED8

Tints of Wisteria #C48ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 35.38%
G = 25.63%
B = 38.99%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C48ED8 (or 0xC48ED8) is known color: Wisteria. HEX triplet: C4, 8E and D8. RGB value is (196,142,216). Sum of RGB (Red+Green+Blue) = 196+142+216=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C48ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ED8 is #3B7127. Grayscale: #A6A6A6. Windows color (decimal): -3895592 or 14192324. OLE color: 14192324.

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

Color convert

RGB 196 142 216 -
CMYK 0.09 0.34 0 0.15
HSL 283.78º 0.49% 0.7% -
HSV(B) 283.78º 0.34% 0.85% -
XYZ 44.83 36.04 69.56 -
YUV 166.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 196 142 216 0.09 0.34 0 0.15 283.78 0.49 0.7
Hex C4 8E D8 9 22 0 F 11C 31 46
Octal 304 216 330 11 42 0 17 434 61 106
Binary 11000100 10001110 11011000 1001 100010 0 1111 100011100 110001 1000110

Color Harmonies of #C48ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ED8

Black with #C48ED8

Text Example


Text Example

White with #C48ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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