Html Css Color HEX #C48CFE Wisteria

📋 copy color: '#C48CFE'

red 196 ◦ green 140 ◦ blue 254

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

Shades of Wisteria #C48CFE

Tints of Wisteria #C48CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

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

R = 33.22%
G = 23.73%
B = 43.05%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C48CFE (or 0xC48CFE) is known color: Wisteria. HEX triplet: C4, 8C and FE. RGB value is (196,140,254). Sum of RGB (Red+Green+Blue) = 196+140+254=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFE is #3B7301. Grayscale: #A9A9A9. Windows color (decimal): -3896066 or 16682180. OLE color: 16682180.

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

Color convert

RGB 196 140 254 -
CMYK 0.23 0.45 0 0.00
HSL 269.47º 0.98% 0.77% -
HSV(B) 269.47º 0.45% 1% -
XYZ 50.03 37.65 98.4 -
YUV 169.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 196 140 254 0.23 0.45 0 0.00 269.47 0.98 0.77
Hex C4 8C FE 17 2D 0 0 10D 62 4D
Octal 304 214 376 27 55 0 0 415 142 115
Binary 11000100 10001100 11111110 10111 101101 0 0 100001101 1100010 1001101

Color Harmonies of #C48CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CFE

Black with #C48CFE

Text Example


Text Example

White with #C48CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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