Html Css Color HEX #C48EEE Wisteria

📋 copy color: '#C48EEE'

red 196 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #C48EEE

Tints of Wisteria #C48EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 34.03%
G = 24.65%
B = 41.32%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C48EEE (or 0xC48EEE) is known color: Wisteria. HEX triplet: C4, 8E and EE. RGB value is (196,142,238). Sum of RGB (Red+Green+Blue) = 196+142+238=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EEE is #3B7111. Grayscale: #A8A8A8. Windows color (decimal): -3895570 or 15634116. OLE color: 15634116.

HSL color Cylindrical-coordinate representation of color #C48EEE: hue angle of 273.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48EEE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 142 238 -
CMYK 0.18 0.40 0 0.07
HSL 273.75º 0.74% 0.75% -
HSV(B) 273.75º 0.4% 0.93% -
XYZ 47.87 37.25 85.56 -
YUV 169.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 196 142 238 0.18 0.40 0 0.07 273.75 0.74 0.75
Hex C4 8E EE 12 28 0 7 112 4A 4B
Octal 304 216 356 22 50 0 7 422 112 113
Binary 11000100 10001110 11101110 10010 101000 0 111 100010010 1001010 1001011

Color Harmonies of #C48EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EEE

Black with #C48EEE

Text Example


Text Example

White with #C48EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EEE; }

 p { color: rgb(196,142,238); }

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

background-color css

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

 a { background-color: rgb(196,142,238); }

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

border-color css

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

 span { border-color: rgb(196,142,238); }

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