Html Css Color HEX #C48EFF Wisteria

📋 copy color: '#C48EFF'

red 196 ◦ green 142 ◦ blue 255

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

Shades of Wisteria #C48EFF

Tints of Wisteria #C48EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 33.05%
G = 23.95%
B = 43%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C48EFF (or 0xC48EFF) is known color: Wisteria. HEX triplet: C4, 8E and FF. RGB value is (196,142,255). Sum of RGB (Red+Green+Blue) = 196+142+255=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EFF is #3B7100. Grayscale: #AAAAAA. Windows color (decimal): -3895553 or 16748228. OLE color: 16748228.

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

Color convert

RGB 196 142 255 -
CMYK 0.23 0.44 0 0
HSL 268.67º 1% 0.78% -
HSV(B) 268.67º 0.44% 1% -
XYZ 50.49 38.3 99.34 -
YUV 171.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 196 142 255 0.23 0.44 0 0 268.67 1 0.78
Hex C4 8E FF 17 2C 0 0 10D 64 4E
Octal 304 216 377 27 54 0 0 415 144 116
Binary 11000100 10001110 11111111 10111 101100 0 0 100001101 1100100 1001110

Color Harmonies of #C48EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EFF

Black with #C48EFF

Text Example


Text Example

White with #C48EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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