Html Css Color HEX #C48BEF Wisteria

📋 copy color: '#C48BEF'

red 196 ◦ green 139 ◦ blue 239

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

Shades of Wisteria #C48BEF

Tints of Wisteria #C48BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 34.15%
G = 24.22%
B = 41.64%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C48BEF (or 0xC48BEF) is known color: Wisteria. HEX triplet: C4, 8B and EF. RGB value is (196,139,239). Sum of RGB (Red+Green+Blue) = 196+139+239=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #C48BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BEF is #3B7410. Grayscale: #A7A7A7. Windows color (decimal): -3896337 or 15698884. OLE color: 15698884.

HSL color Cylindrical-coordinate representation of color #C48BEF: hue angle of 274.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C48BEF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 139 239 -
CMYK 0.18 0.42 0 0.06
HSL 274.2º 0.76% 0.74% -
HSV(B) 274.2º 0.42% 0.94% -
XYZ 47.58 36.43 86.19 -
YUV 167.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 196 139 239 0.18 0.42 0 0.06 274.2 0.76 0.74
Hex C4 8B EF 12 2A 0 6 112 4C 4A
Octal 304 213 357 22 52 0 6 422 114 112
Binary 11000100 10001011 11101111 10010 101010 0 110 100010010 1001100 1001010

Color Harmonies of #C48BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BEF

Black with #C48BEF

Text Example


Text Example

White with #C48BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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