Html Css Color HEX #C48EFE Wisteria

📋 copy color: '#C48EFE'

red 196 ◦ green 142 ◦ blue 254

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

Shades of Wisteria #C48EFE

Tints of Wisteria #C48EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 33.11%
G = 23.99%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C48EFE (or 0xC48EFE) is known color: Wisteria. HEX triplet: C4, 8E and FE. RGB value is (196,142,254). Sum of RGB (Red+Green+Blue) = 196+142+254=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EFE is #3B7101. Grayscale: #AAAAAA. Windows color (decimal): -3895554 or 16682692. OLE color: 16682692.

HSL color Cylindrical-coordinate representation of color #C48EFE: hue angle of 268.93º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48EFE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 142 254 -
CMYK 0.23 0.44 0 0.00
HSL 268.93º 0.98% 0.78% -
HSV(B) 268.93º 0.44% 1% -
XYZ 50.33 38.24 98.49 -
YUV 170.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 196 142 254 0.23 0.44 0 0.00 268.93 0.98 0.78
Hex C4 8E FE 17 2C 0 0 10D 62 4E
Octal 304 216 376 27 54 0 0 415 142 116
Binary 11000100 10001110 11111110 10111 101100 0 0 100001101 1100010 1001110

Color Harmonies of #C48EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EFE

Black with #C48EFE

Text Example


Text Example

White with #C48EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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