Html Css Color HEX #C48BE2 Wisteria

📋 copy color: '#C48BE2'

red 196 ◦ green 139 ◦ blue 226

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

Shades of Wisteria #C48BE2

Tints of Wisteria #C48BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 34.94%
G = 24.78%
B = 40.29%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C48BE2 (or 0xC48BE2) is known color: Wisteria. HEX triplet: C4, 8B and E2. RGB value is (196,139,226). Sum of RGB (Red+Green+Blue) = 196+139+226=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #C48BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BE2 is #3B741D. Grayscale: #A5A5A5. Windows color (decimal): -3896350 or 14846916. OLE color: 14846916.

HSL color Cylindrical-coordinate representation of color #C48BE2: hue angle of 279.31º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48BE2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 139 226 -
CMYK 0.13 0.38 0 0.11
HSL 279.31º 0.6% 0.72% -
HSV(B) 279.31º 0.38% 0.89% -
XYZ 45.73 35.69 76.43 -
YUV 165.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 196 139 226 0.13 0.38 0 0.11 279.31 0.6 0.72
Hex C4 8B E2 D 26 0 B 117 3C 48
Octal 304 213 342 15 46 0 13 427 74 110
Binary 11000100 10001011 11100010 1101 100110 0 1011 100010111 111100 1001000

Color Harmonies of #C48BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BE2

Black with #C48BE2

Text Example


Text Example

White with #C48BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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