Html Css Color HEX #C48EDE Wisteria

📋 copy color: '#C48EDE'

red 196 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C48EDE

Tints of Wisteria #C48EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 35%
G = 25.36%
B = 39.64%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C48EDE (or 0xC48EDE) is known color: Wisteria. HEX triplet: C4, 8E and DE. RGB value is (196,142,222). Sum of RGB (Red+Green+Blue) = 196+142+222=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #C48EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDE is #3B7121. Grayscale: #A7A7A7. Windows color (decimal): -3895586 or 14585540. OLE color: 14585540.

HSL color Cylindrical-coordinate representation of color #C48EDE: hue angle of 280.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C48EDE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 142 222 -
CMYK 0.12 0.36 0 0.13
HSL 280.5º 0.55% 0.71% -
HSV(B) 280.5º 0.36% 0.87% -
XYZ 45.62 36.36 73.72 -
YUV 167.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 196 142 222 0.12 0.36 0 0.13 280.5 0.55 0.71
Hex C4 8E DE C 24 0 D 118 37 47
Octal 304 216 336 14 44 0 15 430 67 107
Binary 11000100 10001110 11011110 1100 100100 0 1101 100011000 110111 1000111

Color Harmonies of #C48EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EDE

Black with #C48EDE

Text Example


Text Example

White with #C48EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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