Html Css Color HEX #C48DEE Wisteria

📋 copy color: '#C48DEE'

red 196 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #C48DEE

Tints of Wisteria #C48DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.52%

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

R = 34.09%
G = 24.52%
B = 41.39%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C48DEE (or 0xC48DEE) is known color: Wisteria. HEX triplet: C4, 8D and EE. RGB value is (196,141,238). Sum of RGB (Red+Green+Blue) = 196+141+238=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DEE is #3B7211. Grayscale: #A8A8A8. Windows color (decimal): -3895826 or 15633860. OLE color: 15633860.

HSL color Cylindrical-coordinate representation of color #C48DEE: hue angle of 274.02º degrees, saturation: 0.74, 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 #C48DEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 141 238 -
CMYK 0.18 0.41 0 0.07
HSL 274.02º 0.74% 0.74% -
HSV(B) 274.02º 0.41% 0.93% -
XYZ 47.72 36.96 85.51 -
YUV 168.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 196 141 238 0.18 0.41 0 0.07 274.02 0.74 0.74
Hex C4 8D EE 12 29 0 7 112 4A 4A
Octal 304 215 356 22 51 0 7 422 112 112
Binary 11000100 10001101 11101110 10010 101001 0 111 100010010 1001010 1001010

Color Harmonies of #C48DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DEE

Black with #C48DEE

Text Example


Text Example

White with #C48DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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