Html Css Color HEX #C48FEC Wisteria

📋 copy color: '#C48FEC'

red 196 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #C48FEC

Tints of Wisteria #C48FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.87%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 34.09%
G = 24.87%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C48FEC (or 0xC48FEC) is known color: Wisteria. HEX triplet: C4, 8F and EC. RGB value is (196,143,236). Sum of RGB (Red+Green+Blue) = 196+143+236=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEC is #3B7013. Grayscale: #A9A9A9. Windows color (decimal): -3895316 or 15503300. OLE color: 15503300.

HSL color Cylindrical-coordinate representation of color #C48FEC: hue angle of 274.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48FEC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 143 236 -
CMYK 0.17 0.39 0 0.07
HSL 274.19º 0.71% 0.74% -
HSV(B) 274.19º 0.39% 0.93% -
XYZ 47.73 37.44 84.07 -
YUV 169.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 196 143 236 0.17 0.39 0 0.07 274.19 0.71 0.74
Hex C4 8F EC 11 27 0 7 112 47 4A
Octal 304 217 354 21 47 0 7 422 107 112
Binary 11000100 10001111 11101100 10001 100111 0 111 100010010 1000111 1001010

Color Harmonies of #C48FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FEC

Black with #C48FEC

Text Example


Text Example

White with #C48FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FEC; }

 p { color: rgb(196,143,236); }

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

background-color css

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

 a { background-color: rgb(196,143,236); }

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

border-color css

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

 span { border-color: rgb(196,143,236); }

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