Html Css Color HEX #C48FEE Wisteria

📋 copy color: '#C48FEE'

red 196 ◦ green 143 ◦ blue 238

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

Shades of Wisteria #C48FEE

Tints of Wisteria #C48FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.78%

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

R = 33.97%
G = 24.78%
B = 41.25%

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

#C48FEE (or 0xC48FEE) is known color: Wisteria. HEX triplet: C4, 8F and EE. RGB value is (196,143,238). Sum of RGB (Red+Green+Blue) = 196+143+238=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEE is #3B7011. Grayscale: #A9A9A9. Windows color (decimal): -3895314 or 15634372. OLE color: 15634372.

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

Color convert

RGB 196 143 238 -
CMYK 0.18 0.40 0 0.07
HSL 273.47º 0.74% 0.75% -
HSV(B) 273.47º 0.4% 0.93% -
XYZ 48.02 37.55 85.61 -
YUV 169.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 196 143 238 0.18 0.40 0 0.07 273.47 0.74 0.75
Hex C4 8F EE 12 28 0 7 111 4A 4B
Octal 304 217 356 22 50 0 7 421 112 113
Binary 11000100 10001111 11101110 10010 101000 0 111 100010001 1001010 1001011

Color Harmonies of #C48FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FEE

Black with #C48FEE

Text Example


Text Example

White with #C48FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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