Html Css Color HEX #C48CDD Wisteria

📋 copy color: '#C48CDD'

red 196 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C48CDD

Tints of Wisteria #C48CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 35.19%
G = 25.13%
B = 39.68%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C48CDD (or 0xC48CDD) is known color: Wisteria. HEX triplet: C4, 8C and DD. RGB value is (196,140,221). Sum of RGB (Red+Green+Blue) = 196+140+221=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C48CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDD is #3B7322. Grayscale: #A5A5A5. Windows color (decimal): -3896099 or 14519492. OLE color: 14519492.

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

Color convert

RGB 196 140 221 -
CMYK 0.11 0.37 0 0.13
HSL 281.48º 0.54% 0.71% -
HSV(B) 281.48º 0.37% 0.87% -
XYZ 45.19 35.71 72.92 -
YUV 165.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 196 140 221 0.11 0.37 0 0.13 281.48 0.54 0.71
Hex C4 8C DD B 25 0 D 119 36 47
Octal 304 214 335 13 45 0 15 431 66 107
Binary 11000100 10001100 11011101 1011 100101 0 1101 100011001 110110 1000111

Color Harmonies of #C48CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CDD

Black with #C48CDD

Text Example


Text Example

White with #C48CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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