Html Css Color HEX #C48BEB Wisteria

📋 copy color: '#C48BEB'

red 196 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C48BEB

Tints of Wisteria #C48BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 34.39%
G = 24.39%
B = 41.23%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C48BEB (or 0xC48BEB) is known color: Wisteria. HEX triplet: C4, 8B and EB. RGB value is (196,139,235). Sum of RGB (Red+Green+Blue) = 196+139+235=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #C48BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BEB is #3B7414. Grayscale: #A6A6A6. Windows color (decimal): -3896341 or 15436740. OLE color: 15436740.

HSL color Cylindrical-coordinate representation of color #C48BEB: hue angle of 275.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48BEB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 139 235 -
CMYK 0.17 0.41 0 0.08
HSL 275.63º 0.71% 0.73% -
HSV(B) 275.63º 0.41% 0.92% -
XYZ 46.99 36.2 83.11 -
YUV 166.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 196 139 235 0.17 0.41 0 0.08 275.63 0.71 0.73
Hex C4 8B EB 11 29 0 8 114 47 49
Octal 304 213 353 21 51 0 10 424 107 111
Binary 11000100 10001011 11101011 10001 101001 0 1000 100010100 1000111 1001001

Color Harmonies of #C48BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BEB

Black with #C48BEB

Text Example


Text Example

White with #C48BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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