Html Css Color HEX #C48BEA Wisteria

📋 copy color: '#C48BEA'

red 196 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #C48BEA

Tints of Wisteria #C48BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 34.45%
G = 24.43%
B = 41.12%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C48BEA (or 0xC48BEA) is known color: Wisteria. HEX triplet: C4, 8B and EA. RGB value is (196,139,234). Sum of RGB (Red+Green+Blue) = 196+139+234=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BEA is #3B7415. Grayscale: #A6A6A6. Windows color (decimal): -3896342 or 15371204. OLE color: 15371204.

HSL color Cylindrical-coordinate representation of color #C48BEA: hue angle of 276º degrees, saturation: 0.69, 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 #C48BEA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 139 234 -
CMYK 0.16 0.41 0 0.08
HSL 276º 0.69% 0.73% -
HSV(B) 276º 0.41% 0.92% -
XYZ 46.85 36.14 82.35 -
YUV 166.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 196 139 234 0.16 0.41 0 0.08 276 0.69 0.73
Hex C4 8B EA 10 29 0 8 114 45 49
Octal 304 213 352 20 51 0 10 424 105 111
Binary 11000100 10001011 11101010 10000 101001 0 1000 100010100 1000101 1001001

Color Harmonies of #C48BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BEA

Black with #C48BEA

Text Example


Text Example

White with #C48BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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