Html Css Color HEX #C48BDD Wisteria

📋 copy color: '#C48BDD'

red 196 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #C48BDD

Tints of Wisteria #C48BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

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

R = 35.25%
G = 25%
B = 39.75%

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

#C48BDD (or 0xC48BDD) is known color: Wisteria. HEX triplet: C4, 8B and DD. RGB value is (196,139,221). Sum of RGB (Red+Green+Blue) = 196+139+221=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C48BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BDD is #3B7422. Grayscale: #A5A5A5. Windows color (decimal): -3896355 or 14519236. OLE color: 14519236.

HSL color Cylindrical-coordinate representation of color #C48BDD: hue angle of 281.71º degrees, saturation: 0.55, 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 #C48BDD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 139 221 -
CMYK 0.11 0.37 0 0.13
HSL 281.71º 0.55% 0.71% -
HSV(B) 281.71º 0.37% 0.87% -
XYZ 45.05 35.42 72.87 -
YUV 165.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 196 139 221 0.11 0.37 0 0.13 281.71 0.55 0.71
Hex C4 8B DD B 25 0 D 11A 37 47
Octal 304 213 335 13 45 0 15 432 67 107
Binary 11000100 10001011 11011101 1011 100101 0 1101 100011010 110111 1000111

Color Harmonies of #C48BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BDD

Black with #C48BDD

Text Example


Text Example

White with #C48BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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