Html Css Color HEX #C48ED3 Wisteria

📋 copy color: '#C48ED3'

red 196 ◦ green 142 ◦ blue 211

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

Shades of Wisteria #C48ED3

Tints of Wisteria #C48ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 35.7%
G = 25.87%
B = 38.43%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C48ED3 (or 0xC48ED3) is known color: Wisteria. HEX triplet: C4, 8E and D3. RGB value is (196,142,211). Sum of RGB (Red+Green+Blue) = 196+142+211=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #C48ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ED3 is #3B712C. Grayscale: #A5A5A5. Windows color (decimal): -3895597 or 13864644. OLE color: 13864644.

HSL color Cylindrical-coordinate representation of color #C48ED3: hue angle of 286.96º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48ED3 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 142 211 -
CMYK 0.07 0.33 0 0.17
HSL 286.96º 0.44% 0.69% -
HSV(B) 286.96º 0.33% 0.83% -
XYZ 44.2 35.78 66.21 -
YUV 166.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 196 142 211 0.07 0.33 0 0.17 286.96 0.44 0.69
Hex C4 8E D3 7 21 0 11 11F 2C 45
Octal 304 216 323 7 41 0 21 437 54 105
Binary 11000100 10001110 11010011 111 100001 0 10001 100011111 101100 1000101

Color Harmonies of #C48ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ED3

Black with #C48ED3

Text Example


Text Example

White with #C48ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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