Html Css Color HEX #C48FDC Wisteria

📋 copy color: '#C48FDC'

red 196 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #C48FDC

Tints of Wisteria #C48FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 35.06%
G = 25.58%
B = 39.36%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C48FDC (or 0xC48FDC) is known color: Wisteria. HEX triplet: C4, 8F and DC. RGB value is (196,143,220). Sum of RGB (Red+Green+Blue) = 196+143+220=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C48FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FDC is #3B7023. Grayscale: #A7A7A7. Windows color (decimal): -3895332 or 14454724. OLE color: 14454724.

HSL color Cylindrical-coordinate representation of color #C48FDC: hue angle of 281.3º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48FDC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 143 220 -
CMYK 0.11 0.35 0 0.14
HSL 281.3º 0.52% 0.71% -
HSV(B) 281.3º 0.35% 0.86% -
XYZ 45.51 36.55 72.37 -
YUV 167.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 196 143 220 0.11 0.35 0 0.14 281.3 0.52 0.71
Hex C4 8F DC B 23 0 E 119 34 47
Octal 304 217 334 13 43 0 16 431 64 107
Binary 11000100 10001111 11011100 1011 100011 0 1110 100011001 110100 1000111

Color Harmonies of #C48FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FDC

Black with #C48FDC

Text Example


Text Example

White with #C48FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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