Html Css Color HEX #C48CFF Wisteria

📋 copy color: '#C48CFF'

red 196 ◦ green 140 ◦ blue 255

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

Shades of Wisteria #C48CFF

Tints of Wisteria #C48CFF

RGB

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

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

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

R = 33.16%
G = 23.69%
B = 43.15%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C48CFF (or 0xC48CFF) is known color: Wisteria. HEX triplet: C4, 8C and FF. RGB value is (196,140,255). Sum of RGB (Red+Green+Blue) = 196+140+255=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFF is #3B7300. Grayscale: #A9A9A9. Windows color (decimal): -3896065 or 16747716. OLE color: 16747716.

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

Color convert

RGB 196 140 255 -
CMYK 0.23 0.45 0 0
HSL 269.22º 1% 0.77% -
HSV(B) 269.22º 0.45% 1% -
XYZ 50.19 37.71 99.24 -
YUV 169.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 196 140 255 0.23 0.45 0 0 269.22 1 0.77
Hex C4 8C FF 17 2D 0 0 10D 64 4D
Octal 304 214 377 27 55 0 0 415 144 115
Binary 11000100 10001100 11111111 10111 101101 0 0 100001101 1100100 1001101

Color Harmonies of #C48CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CFF

Black with #C48CFF

Text Example


Text Example

White with #C48CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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