Html Css Color HEX #C48CEE Wisteria

📋 copy color: '#C48CEE'

red 196 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #C48CEE

Tints of Wisteria #C48CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

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

R = 34.15%
G = 24.39%
B = 41.46%

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

#C48CEE (or 0xC48CEE) is known color: Wisteria. HEX triplet: C4, 8C and EE. RGB value is (196,140,238). Sum of RGB (Red+Green+Blue) = 196+140+238=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CEE is #3B7311. Grayscale: #A7A7A7. Windows color (decimal): -3896082 or 15633604. OLE color: 15633604.

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

Color convert

RGB 196 140 238 -
CMYK 0.18 0.41 0 0.07
HSL 274.29º 0.74% 0.74% -
HSV(B) 274.29º 0.41% 0.93% -
XYZ 47.58 36.66 85.46 -
YUV 167.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 196 140 238 0.18 0.41 0 0.07 274.29 0.74 0.74
Hex C4 8C EE 12 29 0 7 112 4A 4A
Octal 304 214 356 22 51 0 7 422 112 112
Binary 11000100 10001100 11101110 10010 101001 0 111 100010010 1001010 1001010

Color Harmonies of #C48CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CEE

Black with #C48CEE

Text Example


Text Example

White with #C48CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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