Html Css Color HEX #C48BED Wisteria

📋 copy color: '#C48BED'

red 196 ◦ green 139 ◦ blue 237

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

Shades of Wisteria #C48BED

Tints of Wisteria #C48BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 34.27%
G = 24.3%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C48BED (or 0xC48BED) is known color: Wisteria. HEX triplet: C4, 8B and ED. RGB value is (196,139,237). Sum of RGB (Red+Green+Blue) = 196+139+237=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C48BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BED is #3B7412. Grayscale: #A6A6A6. Windows color (decimal): -3896339 or 15567812. OLE color: 15567812.

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

Color convert

RGB 196 139 237 -
CMYK 0.17 0.41 0 0.07
HSL 274.9º 0.73% 0.74% -
HSV(B) 274.9º 0.41% 0.93% -
XYZ 47.28 36.32 84.64 -
YUV 167.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 196 139 237 0.17 0.41 0 0.07 274.9 0.73 0.74
Hex C4 8B ED 11 29 0 7 113 49 4A
Octal 304 213 355 21 51 0 7 423 111 112
Binary 11000100 10001011 11101101 10001 101001 0 111 100010011 1001001 1001010

Color Harmonies of #C48BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BED

Black with #C48BED

Text Example


Text Example

White with #C48BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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