Html Css Color HEX #C48DFB Wisteria

📋 copy color: '#C48DFB'

red 196 ◦ green 141 ◦ blue 251

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

Shades of Wisteria #C48DFB

Tints of Wisteria #C48DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.98%

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

R = 33.33%
G = 23.98%
B = 42.69%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C48DFB (or 0xC48DFB) is known color: Wisteria. HEX triplet: C4, 8D and FB. RGB value is (196,141,251). Sum of RGB (Red+Green+Blue) = 196+141+251=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C48DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DFB is #3B7204. Grayscale: #A9A9A9. Windows color (decimal): -3895813 or 16485828. OLE color: 16485828.

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

Color convert

RGB 196 141 251 -
CMYK 0.22 0.44 0 0.02
HSL 270º 0.93% 0.77% -
HSV(B) 270º 0.44% 0.98% -
XYZ 49.7 37.75 95.93 -
YUV 169.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 196 141 251 0.22 0.44 0 0.02 270 0.93 0.77
Hex C4 8D FB 16 2C 0 2 10E 5D 4D
Octal 304 215 373 26 54 0 2 416 135 115
Binary 11000100 10001101 11111011 10110 101100 0 10 100001110 1011101 1001101

Color Harmonies of #C48DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DFB

Black with #C48DFB

Text Example


Text Example

White with #C48DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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