Html Css Color HEX #C48EFB Wisteria

📋 copy color: '#C48EFB'

red 196 ◦ green 142 ◦ blue 251

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

Shades of Wisteria #C48EFB

Tints of Wisteria #C48EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 33.28%
G = 24.11%
B = 42.61%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C48EFB (or 0xC48EFB) is known color: Wisteria. HEX triplet: C4, 8E and FB. RGB value is (196,142,251). Sum of RGB (Red+Green+Blue) = 196+142+251=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C48EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EFB is #3B7104. Grayscale: #AAAAAA. Windows color (decimal): -3895557 or 16486084. OLE color: 16486084.

HSL color Cylindrical-coordinate representation of color #C48EFB: hue angle of 269.72º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48EFB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 142 251 -
CMYK 0.22 0.43 0 0.02
HSL 269.72º 0.93% 0.77% -
HSV(B) 269.72º 0.43% 0.98% -
XYZ 49.85 38.05 95.98 -
YUV 170.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 196 142 251 0.22 0.43 0 0.02 269.72 0.93 0.77
Hex C4 8E FB 16 2B 0 2 10E 5D 4D
Octal 304 216 373 26 53 0 2 416 135 115
Binary 11000100 10001110 11111011 10110 101011 0 10 100001110 1011101 1001101

Color Harmonies of #C48EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EFB

Black with #C48EFB

Text Example


Text Example

White with #C48EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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