Html Css Color HEX #C48FFE Wisteria

📋 copy color: '#C48FFE'

red 196 ◦ green 143 ◦ blue 254

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

Shades of Wisteria #C48FFE

Tints of Wisteria #C48FFE

RGB

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

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

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

R = 33.05%
G = 24.11%
B = 42.83%

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

#C48FFE (or 0xC48FFE) is known color: Wisteria. HEX triplet: C4, 8F and FE. RGB value is (196,143,254). Sum of RGB (Red+Green+Blue) = 196+143+254=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FFE is #3B7001. Grayscale: #ABABAB. Windows color (decimal): -3895298 or 16682948. OLE color: 16682948.

HSL color Cylindrical-coordinate representation of color #C48FFE: hue angle of 268.65º 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 #C48FFE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 143 254 -
CMYK 0.23 0.44 0 0.00
HSL 268.65º 0.98% 0.78% -
HSV(B) 268.65º 0.44% 1% -
XYZ 50.48 38.54 98.54 -
YUV 171.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 196 143 254 0.23 0.44 0 0.00 268.65 0.98 0.78
Hex C4 8F FE 17 2C 0 0 10D 62 4E
Octal 304 217 376 27 54 0 0 415 142 116
Binary 11000100 10001111 11111110 10111 101100 0 0 100001101 1100010 1001110

Color Harmonies of #C48FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FFE

Black with #C48FFE

Text Example


Text Example

White with #C48FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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