Html Css Color HEX #C48CDC Wisteria

📋 copy color: '#C48CDC'

red 196 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #C48CDC

Tints of Wisteria #C48CDC

RGB

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

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

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

R = 35.25%
G = 25.18%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C48CDC (or 0xC48CDC) is known color: Wisteria. HEX triplet: C4, 8C and DC. RGB value is (196,140,220). Sum of RGB (Red+Green+Blue) = 196+140+220=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C48CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDC is #3B7323. Grayscale: #A5A5A5. Windows color (decimal): -3896100 or 14453956. OLE color: 14453956.

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

Color convert

RGB 196 140 220 -
CMYK 0.11 0.36 0 0.14
HSL 282º 0.53% 0.71% -
HSV(B) 282º 0.36% 0.86% -
XYZ 45.06 35.66 72.22 -
YUV 165.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 196 140 220 0.11 0.36 0 0.14 282 0.53 0.71
Hex C4 8C DC B 24 0 E 11A 35 47
Octal 304 214 334 13 44 0 16 432 65 107
Binary 11000100 10001100 11011100 1011 100100 0 1110 100011010 110101 1000111

Color Harmonies of #C48CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CDC

Black with #C48CDC

Text Example


Text Example

White with #C48CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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