Html Css Color HEX #C48BFC Wisteria

📋 copy color: '#C48BFC'

red 196 ◦ green 139 ◦ blue 252

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

Shades of Wisteria #C48BFC

Tints of Wisteria #C48BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.68%

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 33.39%
G = 23.68%
B = 42.93%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C48BFC (or 0xC48BFC) is known color: Wisteria. HEX triplet: C4, 8B and FC. RGB value is (196,139,252). Sum of RGB (Red+Green+Blue) = 196+139+252=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #C48BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFC is #3B7403. Grayscale: #A8A8A8. Windows color (decimal): -3896324 or 16550852. OLE color: 16550852.

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

Color convert

RGB 196 139 252 -
CMYK 0.22 0.45 0 0.01
HSL 270.27º 0.95% 0.77% -
HSV(B) 270.27º 0.45% 0.99% -
XYZ 49.57 37.23 96.67 -
YUV 168.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 196 139 252 0.22 0.45 0 0.01 270.27 0.95 0.77
Hex C4 8B FC 16 2D 0 1 10E 5F 4D
Octal 304 213 374 26 55 0 1 416 137 115
Binary 11000100 10001011 11111100 10110 101101 0 1 100001110 1011111 1001101

Color Harmonies of #C48BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BFC

Black with #C48BFC

Text Example


Text Example

White with #C48BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BFC; }

 p { color: rgb(196,139,252); }

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

background-color css

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

 a { background-color: rgb(196,139,252); }

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

border-color css

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

 span { border-color: rgb(196,139,252); }

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