Html Css Color HEX #C48CFA Wisteria

📋 copy color: '#C48CFA'

red 196 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #C48CFA

Tints of Wisteria #C48CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 33.45%
G = 23.89%
B = 42.66%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C48CFA (or 0xC48CFA) is known color: Wisteria. HEX triplet: C4, 8C and FA. RGB value is (196,140,250). Sum of RGB (Red+Green+Blue) = 196+140+250=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C48CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFA is #3B7305. Grayscale: #A8A8A8. Windows color (decimal): -3896070 or 16420036. OLE color: 16420036.

HSL color Cylindrical-coordinate representation of color #C48CFA: hue angle of 270.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48CFA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 140 250 -
CMYK 0.22 0.44 0 0.02
HSL 270.55º 0.92% 0.76% -
HSV(B) 270.55º 0.44% 0.98% -
XYZ 49.4 37.39 95.06 -
YUV 169.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 196 140 250 0.22 0.44 0 0.02 270.55 0.92 0.76
Hex C4 8C FA 16 2C 0 2 10F 5C 4C
Octal 304 214 372 26 54 0 2 417 134 114
Binary 11000100 10001100 11111010 10110 101100 0 10 100001111 1011100 1001100

Color Harmonies of #C48CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CFA

Black with #C48CFA

Text Example


Text Example

White with #C48CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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